COLOR #B4492E

HEX: #B4492E
RGB: (180,73,46)

Renk bilgisi

#B4492E contains mainly red color. #B4492E ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#B4492E color RGB value is (180,73,46).

  • kırmız ton 180;
  • yeşil ton 73;
  • mavi ton 46.
RGB:
(180,73,46)
(71%,29%,18%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 73 of 255 = 29%
B 46 of 255 = 18%

180
73
46

R + G + B ~ 39%. #B4492E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 73 + 46 = 299 (100%)
R 180 of 299 ~ 60.2%
G 73 of 299 ~ 24.41%
B 46 of 299 ~ 15.38%

%60.2
%24.41
%15.38

CMYK RENK MODELİ

#B4492E rengi CMYK tonu (0,59,74,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.44%
  • sarı tonu 74.44%
  • ana renk tonu 29.41%
CMYK:
(0,59,74,29)
C0M59Y74K29 
(0%,59%,74%,29%)
(0.00/0.59/0.74/0.29)	

CMYK yüzdeleri

%0
%59.44
%74.44
%29.41

Codes

Color #B4492E in popluar color models

B4492E
RGB1807346
HSL12°59.29%44.31%
HSB/HSV12°74.44%70.59%
CMYK0.00%59.44%74.44%
29.41%

Color #B4492E in popluar number systems.

HEXB4492E
Decimal1807346
Binary101101001001001101110
Octal26411156

Shades and tints

Shades of #B4492E

#B4492E
(180,73,46)
#A4432A
(164,67,42)
#943D26
(148,61,38)
#843722
(132,55,34)
#74311E
(116,49,30)
#642B1A
(100,43,26)
#542516
(84,37,22)
#441F12
(68,31,18)
#34190E
(52,25,14)
#24130A
(36,19,10)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #B4492E

#B4492E
(180,73,46)
#BA5941
(186,89,65)
#C06954
(192,105,84)
#C67967
(198,121,103)
#CC897A
(204,137,122)
#D2998D
(210,153,141)
#D8A9A0
(216,169,160)
#DEB9B3
(222,185,179)
#E4C9C6
(228,201,198)
#EAD9D9
(234,217,217)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4492E color. Also use rgb(180,73,46) instead hex code.

Text Font Color

.myTextColor { color: #B4492E; }

<p style="color:#B4492E">This sample text font color is #B4492E.</p>

This text font color is #B4492E.


Background Color

.myBgColor { background-color: #B4492E; }

<div style="background-color:#B4492E">Inner text</div>

This div background color is #B4492E.


Border color

.myBorderColor { border: 1px solid #B4492E; }

<div style="border:3px solid #B4492E">Div</div>

This div border color is #B4492E.


Opacity

.myOpacity80 { color: #B4492E; opacity: 0.8; }

<p style="color:#B4492E;opacity:0.8;">80%</p>

Text with #B4492E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B4492E;}

<p style="text-shadow: 3px 3px 1px #B4492E">Text here.</p>

This text has shadow with #B4492E color.

.textShadow {text-shadow: 3px 3px 1px #B4492E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B4492E, 5px 5px 20px red">Text here.</p>

This text has shadow with #B4492E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4492E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B4492E, Direction=45, Strength=4)">Text</p>

This text has shadow with #B4492E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B4492E;
  -webkit-box-shadow:	1px 1px 3px 2px #B4492E;
  box-shadow:		1px 1px 3px 2px #B4492E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4492E;
-webkit-box-shadow: 1px 1px 3px 2px #B4492E;
box-shadow:1px 1px 3px 2px #B4492E;">
Div content here</div>
This div box has shadow with color #B4492E.

Preview

Color preview on black background

This text has color #B4492E on black background.


Color preview on white background

This text has color #B4492E on white background.



Black color preview on #B4492E background

This text has black color on #B4492E background.


White color preview on #B4492E background

This text has white color on #B4492E background.