COLOR #B4B38F

HEX: #B4B38F
RGB: (180,179,143)

Color info

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

RGB color model

#B4B38F color RGB value is (180,179,143).

  • red value is 180;
  • green value is 179;
  • blue value is 143.
RGB:
(180,179,143)
(71%,70%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 179 of 255 = 70%
B 143 of 255 = 56%

180
179
143

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

Portions of RGB colors in percentages

R + G + B =
180 + 179 + 143 = 502 (100%)
R 180 of 502 ~ 35.86%
G 179 of 502 ~ 35.66%
B 143 of 502 ~ 28.49%

%35.86
%35.66
%28.49

CMYK color model

#B4B38F color CMYK value is (0,1,21,29).

  • cyan value is 0.00%
  • magenta value is 0.56%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(0,1,21,29)
C0M1Y21K29 
(0%,1%,21%,29%)
(0.00/0.01/0.21/0.29)	

CMYK percentages

%0
%0.56
%20.56
%29.41

Codes

Color #B4B38F in popluar color models

B4B38F
RGB180179143
HSL58°19.79%63.33%
HSB/HSV58°20.56%70.59%
CMYK0.00%0.56%20.56%
29.41%

Color #B4B38F in popluar number systems.

HEXB4B38F
Decimal180179143
Binary101101001011001110001111
Octal264263217

Shades and tints

Shades of #B4B38F

#B4B38F
(180,179,143)
#A4A382
(164,163,130)
#949375
(148,147,117)
#848368
(132,131,104)
#74735B
(116,115,91)
#64634E
(100,99,78)
#545341
(84,83,65)
#444334
(68,67,52)
#343327
(52,51,39)
#24231A
(36,35,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #B4B38F

#B4B38F
(180,179,143)
#BAB999
(186,185,153)
#C0BFA3
(192,191,163)
#C6C5AD
(198,197,173)
#CCCBB7
(204,203,183)
#D2D1C1
(210,209,193)
#D8D7CB
(216,215,203)
#DEDDD5
(222,221,213)
#E4E3DF
(228,227,223)
#EAE9E9
(234,233,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4B38F; }

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

This text font color is #B4B38F.


Background Color

.myBgColor { background-color: #B4B38F; }

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

This div background color is #B4B38F.


Border color

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

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

This div border color is #B4B38F.


Opacity

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

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

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

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

This text has shadow with #B4B38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B38F on black background.


Color preview on white background

This text has color #B4B38F on white background.



Black color preview on #B4B38F background

This text has black color on #B4B38F background.


White color preview on #B4B38F background

This text has white color on #B4B38F background.