COLOR #B4815C

HEX: #B4815C
RGB: (180,129,92)

Color info

#B4815C contains mainly red and green colors. Web safe color of #B4815C is #CC9966 (or #C96).

RGB color model

#B4815C color RGB value is (180,129,92).

  • red value is 180;
  • green value is 129;
  • blue value is 92.
RGB:
(180,129,92)
(71%,51%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 92 of 255 = 36%

180
129
92

R + G + B ~ 53%. #B4815C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 92 = 401 (100%)
R 180 of 401 ~ 44.89%
G 129 of 401 ~ 32.17%
B 92 of 401 ~ 22.94%

%44.89
%32.17
%22.94

CMYK color model

#B4815C color CMYK value is (0,28,49,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 48.89%
  • key color value is 29.41%
CMYK:
(0,28,49,29)
C0M28Y49K29 
(0%,28%,49%,29%)
(0.00/0.28/0.49/0.29)	

CMYK percentages

%0
%28.33
%48.89
%29.41

Codes

Color #B4815C in popluar color models

B4815C
RGB18012992
HSL25°36.97%53.33%
HSB/HSV25°48.89%70.59%
CMYK0.00%28.33%48.89%
29.41%

Color #B4815C in popluar number systems.

HEXB4815C
Decimal18012992
Binary10110100100000011011100
Octal264201134

Shades and tints

Shades of #B4815C

#B4815C
(180,129,92)
#A47654
(164,118,84)
#946B4C
(148,107,76)
#846044
(132,96,68)
#74553C
(116,85,60)
#644A34
(100,74,52)
#543F2C
(84,63,44)
#443424
(68,52,36)
#34291C
(52,41,28)
#241E14
(36,30,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B4815C

#B4815C
(180,129,92)
#BA8C6A
(186,140,106)
#C09778
(192,151,120)
#C6A286
(198,162,134)
#CCAD94
(204,173,148)
#D2B8A2
(210,184,162)
#D8C3B0
(216,195,176)
#DECEBE
(222,206,190)
#E4D9CC
(228,217,204)
#EAE4DA
(234,228,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4815C color. Also use rgb(180,129,92) instead hex code.

Text Font Color

.myTextColor { color: #B4815C; }

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

This text font color is #B4815C.


Background Color

.myBgColor { background-color: #B4815C; }

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

This div background color is #B4815C.


Border color

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

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

This div border color is #B4815C.


Opacity

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

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

Text with #B4815C 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 #B4815C;}

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

This text has shadow with #B4815C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4815C on black background.


Color preview on white background

This text has color #B4815C on white background.



Black color preview on #B4815C background

This text has black color on #B4815C background.


White color preview on #B4815C background

This text has white color on #B4815C background.