COLOR #B4B988

HEX: #B4B988 RGB: (180,185,136)

Color info

#B4B988 contains red, green and blue colors in about the same proportion. Web safe color of #B4B988 is #CCCC99 (or #CC9).

RGB color model

#B4B988 color RGB value is (180,185,136).

RGB: (180,185,136) (71%, 73%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 136 of 255 = 53%

180
185
136

R + G + B ~ 66%. #B4B988 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 185 + 136 = 501 (100%)
R 180 of 501 ~ 35.93%
G 185 of 501 ~ 36.93%
B 136 of 501 ~ 27.15'%

%35.93
%36.93
%27.15

CMYK color model

#B4B988 color CMYK value is (3,0,26,27).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 26.49%
  • key color value is 27.45%
CMYK: (3,0,26,27) C3M0Y26K27 (3%,0%,26%,27%) (0.03/0.00/0.26/0.27) 

CMYK percentages

%2.7
%0
%26.49
%27.45

Codes

Color #B4B988 in popluar color models

B4 B9 88
RGB 180 185 136
HSL 66° 25.93% 62.94%
HSB/HSV 66° 26.49% 72.55%
CMYK 2.70% 0.00% 26.49%
27.45%

Color #B4B988 in popluar number systems.

HEX B4 B9 88
Decimal 180 185 136
Binary 10110100 10111001 10001000
Octal 264 271 210

Shades and tints

Shades of #B4B988

#B4B988
(180,185,136)
#A4A97C
(164,169,124)
#949970
(148,153,112)
#848964
(132,137,100)
#747958
(116,121,88)
#64694C
(100,105,76)
#545940
(84,89,64)
#444934
(68,73,52)
#343928
(52,57,40)
#24291C
(36,41,28)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #B4B988

#B4B988
(180,185,136)
#BABF92
(186,191,146)
#C0C59C
(192,197,156)
#C6CBA6
(198,203,166)
#CCD1B0
(204,209,176)
#D2D7BA
(210,215,186)
#D8DDC4
(216,221,196)
#DEE3CE
(222,227,206)
#E4E9D8
(228,233,216)
#EAEFE2
(234,239,226)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B988 color. Also use rgb(180,185,136) instead hex code.

Text Font Color

.myTextColor { color: #B4B988; }

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

This text font color is #B4B988.

Background Color

.myBgColor { background-color: #B4B988; }

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

This div background color is #B4B988.

Border color

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

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

This div border color is #B4B988.

Opacity

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

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

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

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

This text has shadow with #B4B988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B988.

Preview

Color preview on black background

This text has color #B4B988 on black background.


Color preview on white background

This text has color #B4B988 on white background.


Black color preview on #B4B988 background

This text has black color on #B4B988 background.


White color preview on #B4B988 background

This text has white color on #B4B988 background.


Related colors

Complementary color

Complementary color for #hex is #4B4677.


I love getcolorcode.com

Triadic colors

1 #88B4B9 and #B988B4 with #B4B988 are triadic colors.

2 #88B9B4 and #B9B488 with #B4B988 are triadic colors.