COLOR #B06F6F

HEX: #B06F6F
RGB: (176,111,111)

Color info

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

RGB color model

#B06F6F color RGB value is (176,111,111).

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

RGB channels and saturation

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

176
111
111

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

Portions of RGB colors in percentages

R + G + B =
176 + 111 + 111 = 398 (100%)
R 176 of 398 ~ 44.22%
G 111 of 398 ~ 27.89%
B 111 of 398 ~ 27.89%

%44.22
%27.89
%27.89

CMYK color model

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

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

CMYK percentages

%0
%36.93
%36.93
%30.98

Codes

Color #B06F6F in popluar color models

B06F6F
RGB176111111
HSL29.15%56.27%
HSB/HSV36.93%69.02%
CMYK0.00%36.93%36.93%
30.98%

Color #B06F6F in popluar number systems.

HEXB06F6F
Decimal176111111
Binary1011000011011111101111
Octal260157157

Shades and tints

Shades of #B06F6F

#B06F6F
(176,111,111)
#A06565
(160,101,101)
#905B5B
(144,91,91)
#805151
(128,81,81)
#704747
(112,71,71)
#603D3D
(96,61,61)
#503333
(80,51,51)
#402929
(64,41,41)
#301F1F
(48,31,31)
#201515
(32,21,21)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #B06F6F

#B06F6F
(176,111,111)
#B77C7C
(183,124,124)
#BE8989
(190,137,137)
#C59696
(197,150,150)
#CCA3A3
(204,163,163)
#D3B0B0
(211,176,176)
#DABDBD
(218,189,189)
#E1CACA
(225,202,202)
#E8D7D7
(232,215,215)
#EFE4E4
(239,228,228)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B06F6F; }

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

This text font color is #B06F6F.


Background Color

.myBgColor { background-color: #B06F6F; }

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

This div background color is #B06F6F.


Border color

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

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

This div border color is #B06F6F.


Opacity

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

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

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

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

This text has shadow with #B06F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B06F6F on black background.


Color preview on white background

This text has color #B06F6F on white background.



Black color preview on #B06F6F background

This text has black color on #B06F6F background.


White color preview on #B06F6F background

This text has white color on #B06F6F background.