COLOR #B4816E

HEX: #B4816E
RGB: (180,129,110)

Color info

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

RGB color model

#B4816E color RGB value is (180,129,110).

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

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 110 of 255 = 43%

180
129
110

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

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 110 = 419 (100%)
R 180 of 419 ~ 42.96%
G 129 of 419 ~ 30.79%
B 110 of 419 ~ 26.25%

%42.96
%30.79
%26.25

CMYK color model

#B4816E color CMYK value is (0,28,39,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 38.89%
  • key color value is 29.41%
CMYK:
(0,28,39,29)
C0M28Y39K29 
(0%,28%,39%,29%)
(0.00/0.28/0.39/0.29)	

CMYK percentages

%0
%28.33
%38.89
%29.41

Codes

Color #B4816E in popluar color models

B4816E
RGB180129110
HSL16°31.82%56.86%
HSB/HSV16°38.89%70.59%
CMYK0.00%28.33%38.89%
29.41%

Color #B4816E in popluar number systems.

HEXB4816E
Decimal180129110
Binary10110100100000011101110
Octal264201156

Shades and tints

Shades of #B4816E

#B4816E
(180,129,110)
#A47664
(164,118,100)
#946B5A
(148,107,90)
#846050
(132,96,80)
#745546
(116,85,70)
#644A3C
(100,74,60)
#543F32
(84,63,50)
#443428
(68,52,40)
#34291E
(52,41,30)
#241E14
(36,30,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #B4816E

#B4816E
(180,129,110)
#BA8C7B
(186,140,123)
#C09788
(192,151,136)
#C6A295
(198,162,149)
#CCADA2
(204,173,162)
#D2B8AF
(210,184,175)
#D8C3BC
(216,195,188)
#DECEC9
(222,206,201)
#E4D9D6
(228,217,214)
#EAE4E3
(234,228,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4816E; }

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

This text font color is #B4816E.


Background Color

.myBgColor { background-color: #B4816E; }

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

This div background color is #B4816E.


Border color

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

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

This div border color is #B4816E.


Opacity

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

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

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

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

This text has shadow with #B4816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4816E on black background.


Color preview on white background

This text has color #B4816E on white background.



Black color preview on #B4816E background

This text has black color on #B4816E background.


White color preview on #B4816E background

This text has white color on #B4816E background.