COLOR #B4B48A

HEX: #B4B48A
RGB: (180,180,138)

Color info

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

RGB color model

#B4B48A color RGB value is (180,180,138).

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

RGB channels and saturation

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

180
180
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 138 = 498 (100%)
R 180 of 498 ~ 36.14%
G 180 of 498 ~ 36.14%
B 138 of 498 ~ 27.71%

%36.14
%36.14
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK:
(0,0,23,29)
C0M0Y23K29 
(0%,0%,23%,29%)
(0.00/0.00/0.23/0.29)	

CMYK percentages

%0
%0
%23.33
%29.41

Codes

Color #B4B48A in popluar color models

B4B48A
RGB180180138
HSL60°21.88%62.35%
HSB/HSV60°23.33%70.59%
CMYK0.00%0.00%23.33%
29.41%

Color #B4B48A in popluar number systems.

HEXB4B48A
Decimal180180138
Binary101101001011010010001010
Octal264264212

Shades and tints

Shades of #B4B48A

#B4B48A
(180,180,138)
#A4A47E
(164,164,126)
#949472
(148,148,114)
#848466
(132,132,102)
#74745A
(116,116,90)
#64644E
(100,100,78)
#545442
(84,84,66)
#444436
(68,68,54)
#34342A
(52,52,42)
#24241E
(36,36,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4B48A

#B4B48A
(180,180,138)
#BABA94
(186,186,148)
#C0C09E
(192,192,158)
#C6C6A8
(198,198,168)
#CCCCB2
(204,204,178)
#D2D2BC
(210,210,188)
#D8D8C6
(216,216,198)
#DEDED0
(222,222,208)
#E4E4DA
(228,228,218)
#EAEAE4
(234,234,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B48A; }

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

This text font color is #B4B48A.


Background Color

.myBgColor { background-color: #B4B48A; }

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

This div background color is #B4B48A.


Border color

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

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

This div border color is #B4B48A.


Opacity

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

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

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

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

This text has shadow with #B4B48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B48A on black background.


Color preview on white background

This text has color #B4B48A on white background.



Black color preview on #B4B48A background

This text has black color on #B4B48A background.


White color preview on #B4B48A background

This text has white color on #B4B48A background.