COLOR #B4B288

HEX: #B4B288
RGB: (180,178,136)

Color info

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

RGB color model

#B4B288 color RGB value is (180,178,136).

  • red value is 180;
  • green value is 178;
  • blue value is 136.
RGB:
(180,178,136)
(71%,70%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 178 of 255 = 70%
B 136 of 255 = 53%

180
178
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 178 + 136 = 494 (100%)
R 180 of 494 ~ 36.44%
G 178 of 494 ~ 36.03%
B 136 of 494 ~ 27.53%

%36.44
%36.03
%27.53

CMYK color model

#B4B288 color CMYK value is (0,1,24,29).

  • cyan value is 0.00%
  • magenta value is 1.11%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(0,1,24,29)
C0M1Y24K29 
(0%,1%,24%,29%)
(0.00/0.01/0.24/0.29)	

CMYK percentages

%0
%1.11
%24.44
%29.41

Codes

Color #B4B288 in popluar color models

B4B288
RGB180178136
HSL57°22.68%61.96%
HSB/HSV57°24.44%70.59%
CMYK0.00%1.11%24.44%
29.41%

Color #B4B288 in popluar number systems.

HEXB4B288
Decimal180178136
Binary101101001011001010001000
Octal264262210

Shades and tints

Shades of #B4B288

#B4B288
(180,178,136)
#A4A27C
(164,162,124)
#949270
(148,146,112)
#848264
(132,130,100)
#747258
(116,114,88)
#64624C
(100,98,76)
#545240
(84,82,64)
#444234
(68,66,52)
#343228
(52,50,40)
#24221C
(36,34,28)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B4B288

#B4B288
(180,178,136)
#BAB992
(186,185,146)
#C0C09C
(192,192,156)
#C6C7A6
(198,199,166)
#CCCEB0
(204,206,176)
#D2D5BA
(210,213,186)
#D8DCC4
(216,220,196)
#DEE3CE
(222,227,206)
#E4EAD8
(228,234,216)
#EAF1E2
(234,241,226)
#F0F8EC
(240,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B288; }

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

This text font color is #B4B288.


Background Color

.myBgColor { background-color: #B4B288; }

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

This div background color is #B4B288.


Border color

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

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

This div border color is #B4B288.


Opacity

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

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

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

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

This text has shadow with #B4B288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B288 on black background.


Color preview on white background

This text has color #B4B288 on white background.



Black color preview on #B4B288 background

This text has black color on #B4B288 background.


White color preview on #B4B288 background

This text has white color on #B4B288 background.