COLOR #B0936C

HEX: #B0936C
RGB: (176,147,108)

Color info

#B0936C contains mainly red and green colors. Web safe color of #B0936C is #999966 (or #996).

RGB color model

#B0936C color RGB value is (176,147,108).

  • red value is 176;
  • green value is 147;
  • blue value is 108.
RGB:
(176,147,108)
(69%,58%,42%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 108 of 255 = 42%

176
147
108

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 108 = 431 (100%)
R 176 of 431 ~ 40.84%
G 147 of 431 ~ 34.11%
B 108 of 431 ~ 25.06%

%40.84
%34.11
%25.06

CMYK color model

#B0936C color CMYK value is (0,16,39,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(0,16,39,31)
C0M16Y39K31 
(0%,16%,39%,31%)
(0.00/0.16/0.39/0.31)	

CMYK percentages

%0
%16.48
%38.64
%30.98

Codes

Color #B0936C in popluar color models

B0936C
RGB176147108
HSL34°30.09%55.69%
HSB/HSV34°38.64%69.02%
CMYK0.00%16.48%38.64%
30.98%

Color #B0936C in popluar number systems.

HEXB0936C
Decimal176147108
Binary10110000100100111101100
Octal260223154

Shades and tints

Shades of #B0936C

#B0936C
(176,147,108)
#A08663
(160,134,99)
#90795A
(144,121,90)
#806C51
(128,108,81)
#705F48
(112,95,72)
#60523F
(96,82,63)
#504536
(80,69,54)
#40382D
(64,56,45)
#302B24
(48,43,36)
#201E1B
(32,30,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B0936C

#B0936C
(176,147,108)
#B79C79
(183,156,121)
#BEA586
(190,165,134)
#C5AE93
(197,174,147)
#CCB7A0
(204,183,160)
#D3C0AD
(211,192,173)
#DAC9BA
(218,201,186)
#E1D2C7
(225,210,199)
#E8DBD4
(232,219,212)
#EFE4E1
(239,228,225)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0936C color. Also use rgb(176,147,108) instead hex code.

Text Font Color

.myTextColor { color: #B0936C; }

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

This text font color is #B0936C.


Background Color

.myBgColor { background-color: #B0936C; }

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

This div background color is #B0936C.


Border color

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

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

This div border color is #B0936C.


Opacity

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

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

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

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

This text has shadow with #B0936C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0936C on black background.


Color preview on white background

This text has color #B0936C on white background.



Black color preview on #B0936C background

This text has black color on #B0936C background.


White color preview on #B0936C background

This text has white color on #B0936C background.