COLOR #B4A281

HEX: #B4A281
RGB: (180,162,129)

Color info

#B4A281 contains red, green and blue colors in about the same proportion. Web safe color of #B4A281 is #CC9999 (or #C99).

RGB color model

#B4A281 color RGB value is (180,162,129).

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

RGB channels and saturation

R 180 of 255 = 71%
G 162 of 255 = 64%
B 129 of 255 = 51%

180
162
129

R + G + B ~ 62%. #B4A281 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 162 + 129 = 471 (100%)
R 180 of 471 ~ 38.22%
G 162 of 471 ~ 34.39%
B 129 of 471 ~ 27.39%

%38.22
%34.39
%27.39

CMYK color model

#B4A281 color CMYK value is (0,10,28,29).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(0,10,28,29)
C0M10Y28K29 
(0%,10%,28%,29%)
(0.00/0.10/0.28/0.29)	

CMYK percentages

%0
%10
%28.33
%29.41

Codes

Color #B4A281 in popluar color models

B4A281
RGB180162129
HSL39°25.37%60.59%
HSB/HSV39°28.33%70.59%
CMYK0.00%10.00%28.33%
29.41%

Color #B4A281 in popluar number systems.

HEXB4A281
Decimal180162129
Binary101101001010001010000001
Octal264242201

Shades and tints

Shades of #B4A281

#B4A281
(180,162,129)
#A49476
(164,148,118)
#94866B
(148,134,107)
#847860
(132,120,96)
#746A55
(116,106,85)
#645C4A
(100,92,74)
#544E3F
(84,78,63)
#444034
(68,64,52)
#343229
(52,50,41)
#24241E
(36,36,30)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4A281

#B4A281
(180,162,129)
#BAAA8C
(186,170,140)
#C0B297
(192,178,151)
#C6BAA2
(198,186,162)
#CCC2AD
(204,194,173)
#D2CAB8
(210,202,184)
#D8D2C3
(216,210,195)
#DEDACE
(222,218,206)
#E4E2D9
(228,226,217)
#EAEAE4
(234,234,228)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A281; }

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

This text font color is #B4A281.


Background Color

.myBgColor { background-color: #B4A281; }

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

This div background color is #B4A281.


Border color

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

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

This div border color is #B4A281.


Opacity

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

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

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

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

This text has shadow with #B4A281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A281 on black background.


Color preview on white background

This text has color #B4A281 on white background.



Black color preview on #B4A281 background

This text has black color on #B4A281 background.


White color preview on #B4A281 background

This text has white color on #B4A281 background.