COLOR #B4B08A

HEX: #B4B08A RGB: (180,176,138)

Color info

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

RGB color model

#B4B08A color RGB value is (180,176,138).

RGB: (180,176,138) (71%, 69%, 54%)

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 138 of 255 = 54%

180
176
138

R + G + B ~ 65%. #B4B08A is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 176 + 138 = 494 (100%)
R 180 of 494 ~ 36.44%
G 176 of 494 ~ 35.63%
B 138 of 494 ~ 27.94'%

%36.44
%35.63
%27.94

CMYK color model

#B4B08A color CMYK value is (0,2,23,29).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 23.33%
  • key color value is 29.41%

CMYK: (0,2,23,29)
C0M2Y23K29 (0%, 2%, 23%, 29%)
(0.00 / 0.02 / 0.23 / 0.29)

CMYK percentages

%0
%2.22
%23.33
%29.41

Codes

Color #B4B08A in popluar color models

B4 B0 8A
RGB 180 176 138
HSL 54° 21.88% 62.35%
HSB/HSV 54° 23.33% 70.59%
CMYK 0.00% 2.22% 23.33%
29.41%

Color #B4B08A in popluar number systems.

HEX B4 B0 8A
Decimal 180 176 138
Binary 10110100 10110000 10001010
Octal 264 260 212

Shades and tints

Shades of #B4B08A

#B4B08A
(180,176,138)
#A4A07E
(164,160,126)
#949072
(148,144,114)
#848066
(132,128,102)
#74705A
(116,112,90)
#64604E
(100,96,78)
#545042
(84,80,66)
#444036
(68,64,54)
#34302A
(52,48,42)
#24201E
(36,32,30)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B4B08A

#B4B08A
(180,176,138)
#BAB794
(186,183,148)
#C0BE9E
(192,190,158)
#C6C5A8
(198,197,168)
#CCCCB2
(204,204,178)
#D2D3BC
(210,211,188)
#D8DAC6
(216,218,198)
#DEE1D0
(222,225,208)
#E4E8DA
(228,232,218)
#EAEFE4
(234,239,228)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B08A color. Also use rgb(180,176,138) instead hex code.

Text Font Color

.myTextColor { color: #B4B08A; }

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

This text font color is #B4B08A.

Background Color

.myBgColor { background-color: #B4B08A; }

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

This div background color is #B4B08A.

Border color

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

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

This div border color is #B4B08A.

Opacity

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

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

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

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

This text has shadow with #B4B08A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B08A.

Preview

Color preview on black background

This text has color #B4B08A on black background.


Color preview on white background

This text has color #B4B08A on white background.


Black color preview on #B4B08A background

This text has black color on #B4B08A background.


White color preview on #B4B08A background

This text has white color on #B4B08A background.


Related colors

Complementary color

Complementary color for #hex is #4B4F75.


I love getcolorcode.com

Triadic colors

1 #8AB4B0 and #B08AB4 with #B4B08A are triadic colors.

2 #8AB0B4 and #B0B48A with #B4B08A are triadic colors.