COLOR #B0967C

HEX: #B0967C
RGB: (176,150,124)

Color info

#B0967C contains red, green and blue colors in about the same proportion. Web safe color of #B0967C is #999966 (or #996).

RGB color model

#B0967C color RGB value is (176,150,124).

  • red value is 176;
  • green value is 150;
  • blue value is 124.
RGB:
(176,150,124)
(69%,59%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 150 of 255 = 59%
B 124 of 255 = 49%

176
150
124

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

Portions of RGB colors in percentages

R + G + B =
176 + 150 + 124 = 450 (100%)
R 176 of 450 ~ 39.11%
G 150 of 450 ~ 33.33%
B 124 of 450 ~ 27.56%

%39.11
%33.33
%27.56

CMYK color model

#B0967C color CMYK value is (0,15,30,31).

  • cyan value is 0.00%
  • magenta value is 14.77%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(0,15,30,31)
C0M15Y30K31 
(0%,15%,30%,31%)
(0.00/0.15/0.30/0.31)	

CMYK percentages

%0
%14.77
%29.55
%30.98

Codes

Color #B0967C in popluar color models

B0967C
RGB176150124
HSL30°24.76%58.82%
HSB/HSV30°29.55%69.02%
CMYK0.00%14.77%29.55%
30.98%

Color #B0967C in popluar number systems.

HEXB0967C
Decimal176150124
Binary10110000100101101111100
Octal260226174

Shades and tints

Shades of #B0967C

#B0967C
(176,150,124)
#A08971
(160,137,113)
#907C66
(144,124,102)
#806F5B
(128,111,91)
#706250
(112,98,80)
#605545
(96,85,69)
#50483A
(80,72,58)
#403B2F
(64,59,47)
#302E24
(48,46,36)
#202119
(32,33,25)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #B0967C

#B0967C
(176,150,124)
#B79F87
(183,159,135)
#BEA892
(190,168,146)
#C5B19D
(197,177,157)
#CCBAA8
(204,186,168)
#D3C3B3
(211,195,179)
#DACCBE
(218,204,190)
#E1D5C9
(225,213,201)
#E8DED4
(232,222,212)
#EFE7DF
(239,231,223)
#F6F0EA
(246,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0967C color. Also use rgb(176,150,124) instead hex code.

Text Font Color

.myTextColor { color: #B0967C; }

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

This text font color is #B0967C.


Background Color

.myBgColor { background-color: #B0967C; }

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

This div background color is #B0967C.


Border color

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

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

This div border color is #B0967C.


Opacity

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

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

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

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

This text has shadow with #B0967C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0967C on black background.


Color preview on white background

This text has color #B0967C on white background.



Black color preview on #B0967C background

This text has black color on #B0967C background.


White color preview on #B0967C background

This text has white color on #B0967C background.