COLOR #B4B488

HEX: #B4B488
RGB: (180,180,136)

Color info

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

RGB color model

#B4B488 color RGB value is (180,180,136).

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

RGB channels and saturation

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

180
180
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 136 = 496 (100%)
R 180 of 496 ~ 36.29%
G 180 of 496 ~ 36.29%
B 136 of 496 ~ 27.42%

%36.29
%36.29
%27.42

CMYK color model

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

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

CMYK percentages

%0
%0
%24.44
%29.41

Codes

Color #B4B488 in popluar color models

B4B488
RGB180180136
HSL60°22.68%61.96%
HSB/HSV60°24.44%70.59%
CMYK0.00%0.00%24.44%
29.41%

Color #B4B488 in popluar number systems.

HEXB4B488
Decimal180180136
Binary101101001011010010001000
Octal264264210

Shades and tints

Shades of #B4B488

#B4B488
(180,180,136)
#A4A47C
(164,164,124)
#949470
(148,148,112)
#848464
(132,132,100)
#747458
(116,116,88)
#64644C
(100,100,76)
#545440
(84,84,64)
#444434
(68,68,52)
#343428
(52,52,40)
#24241C
(36,36,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4B488

#B4B488
(180,180,136)
#BABA92
(186,186,146)
#C0C09C
(192,192,156)
#C6C6A6
(198,198,166)
#CCCCB0
(204,204,176)
#D2D2BA
(210,210,186)
#D8D8C4
(216,216,196)
#DEDECE
(222,222,206)
#E4E4D8
(228,228,216)
#EAEAE2
(234,234,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B488; }

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

This text font color is #B4B488.


Background Color

.myBgColor { background-color: #B4B488; }

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

This div background color is #B4B488.


Border color

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

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

This div border color is #B4B488.


Opacity

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

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

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

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

This text has shadow with #B4B488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B488 on black background.


Color preview on white background

This text has color #B4B488 on white background.



Black color preview on #B4B488 background

This text has black color on #B4B488 background.


White color preview on #B4B488 background

This text has white color on #B4B488 background.