COLOR #B06F6C

HEX: #B06F6C
RGB: (176,111,108)

Color info

#B06F6C contains mainly red color. Web safe color of #B06F6C is #996666 (or #966).

RGB color model

#B06F6C color RGB value is (176,111,108).

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

RGB channels and saturation

R 176 of 255 = 69%
G 111 of 255 = 44%
B 108 of 255 = 42%

176
111
108

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

Portions of RGB colors in percentages

R + G + B =
176 + 111 + 108 = 395 (100%)
R 176 of 395 ~ 44.56%
G 111 of 395 ~ 28.1%
B 108 of 395 ~ 27.34%

%44.56
%28.1
%27.34

CMYK color model

#B06F6C color CMYK value is (0,37,39,31).

  • cyan value is 0.00%
  • magenta value is 36.93%
  • yellow value is 38.64%
  • key color value is 30.98%
CMYK:
(0,37,39,31)
C0M37Y39K31 
(0%,37%,39%,31%)
(0.00/0.37/0.39/0.31)	

CMYK percentages

%0
%36.93
%38.64
%30.98

Codes

Color #B06F6C in popluar color models

B06F6C
RGB176111108
HSL30.09%55.69%
HSB/HSV38.64%69.02%
CMYK0.00%36.93%38.64%
30.98%

Color #B06F6C in popluar number systems.

HEXB06F6C
Decimal176111108
Binary1011000011011111101100
Octal260157154

Shades and tints

Shades of #B06F6C

#B06F6C
(176,111,108)
#A06563
(160,101,99)
#905B5A
(144,91,90)
#805151
(128,81,81)
#704748
(112,71,72)
#603D3F
(96,61,63)
#503336
(80,51,54)
#40292D
(64,41,45)
#301F24
(48,31,36)
#20151B
(32,21,27)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #B06F6C

#B06F6C
(176,111,108)
#B77C79
(183,124,121)
#BE8986
(190,137,134)
#C59693
(197,150,147)
#CCA3A0
(204,163,160)
#D3B0AD
(211,176,173)
#DABDBA
(218,189,186)
#E1CAC7
(225,202,199)
#E8D7D4
(232,215,212)
#EFE4E1
(239,228,225)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06F6C; }

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

This text font color is #B06F6C.


Background Color

.myBgColor { background-color: #B06F6C; }

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

This div background color is #B06F6C.


Border color

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

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

This div border color is #B06F6C.


Opacity

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

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

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

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

This text has shadow with #B06F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06F6C on black background.


Color preview on white background

This text has color #B06F6C on white background.



Black color preview on #B06F6C background

This text has black color on #B06F6C background.


White color preview on #B06F6C background

This text has white color on #B06F6C background.