COLOR #B4967B

HEX: #B4967B
RGB: (180,150,123)

Color info

#B4967B contains red, green and blue colors in about the same proportion. Web safe color of #B4967B is #CC9966 (or #C96).

RGB color model

#B4967B color RGB value is (180,150,123).

  • red value is 180;
  • green value is 150;
  • blue value is 123.
RGB:
(180,150,123)
(71%,59%,48%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 123 of 255 = 48%

180
150
123

R + G + B ~ 59%. #B4967B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 123 = 453 (100%)
R 180 of 453 ~ 39.74%
G 150 of 453 ~ 33.11%
B 123 of 453 ~ 27.15%

%39.74
%33.11
%27.15

CMYK color model

#B4967B color CMYK value is (0,17,32,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(0,17,32,29)
C0M17Y32K29 
(0%,17%,32%,29%)
(0.00/0.17/0.32/0.29)	

CMYK percentages

%0
%16.67
%31.67
%29.41

Codes

Color #B4967B in popluar color models

B4967B
RGB180150123
HSL28°27.54%59.41%
HSB/HSV28°31.67%70.59%
CMYK0.00%16.67%31.67%
29.41%

Color #B4967B in popluar number systems.

HEXB4967B
Decimal180150123
Binary10110100100101101111011
Octal264226173

Shades and tints

Shades of #B4967B

#B4967B
(180,150,123)
#A48970
(164,137,112)
#947C65
(148,124,101)
#846F5A
(132,111,90)
#74624F
(116,98,79)
#645544
(100,85,68)
#544839
(84,72,57)
#443B2E
(68,59,46)
#342E23
(52,46,35)
#242118
(36,33,24)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #B4967B

#B4967B
(180,150,123)
#BA9F87
(186,159,135)
#C0A893
(192,168,147)
#C6B19F
(198,177,159)
#CCBAAB
(204,186,171)
#D2C3B7
(210,195,183)
#D8CCC3
(216,204,195)
#DED5CF
(222,213,207)
#E4DEDB
(228,222,219)
#EAE7E7
(234,231,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4967B; }

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

This text font color is #B4967B.


Background Color

.myBgColor { background-color: #B4967B; }

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

This div background color is #B4967B.


Border color

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

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

This div border color is #B4967B.


Opacity

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

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

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

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

This text has shadow with #B4967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4967B on black background.


Color preview on white background

This text has color #B4967B on white background.



Black color preview on #B4967B background

This text has black color on #B4967B background.


White color preview on #B4967B background

This text has white color on #B4967B background.