COLOR #B68F86

HEX: #B68F86
RGB: (182,143,134)

Color info

#B68F86 contains red, green and blue colors in about the same proportion. Web safe color of #B68F86 is #CC9999 (or #C99).

RGB color model

#B68F86 color RGB value is (182,143,134).

  • red value is 182;
  • green value is 143;
  • blue value is 134.
RGB:
(182,143,134)
(71%,56%,53%)

RGB channels and saturation

R 182 of 255 = 71%
G 143 of 255 = 56%
B 134 of 255 = 53%

182
143
134

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

Portions of RGB colors in percentages

R + G + B =
182 + 143 + 134 = 459 (100%)
R 182 of 459 ~ 39.65%
G 143 of 459 ~ 31.15%
B 134 of 459 ~ 29.19%

%39.65
%31.15
%29.19

CMYK color model

#B68F86 color CMYK value is (0,21,26,29).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(0,21,26,29)
C0M21Y26K29 
(0%,21%,26%,29%)
(0.00/0.21/0.26/0.29)	

CMYK percentages

%0
%21.43
%26.37
%28.63

Codes

Color #B68F86 in popluar color models

B68F86
RGB182143134
HSL11°24.74%61.96%
HSB/HSV11°26.37%71.37%
CMYK0.00%21.43%26.37%
28.63%

Color #B68F86 in popluar number systems.

HEXB68F86
Decimal182143134
Binary101101101000111110000110
Octal266217206

Shades and tints

Shades of #B68F86

#B68F86
(182,143,134)
#A6827A
(166,130,122)
#96756E
(150,117,110)
#866862
(134,104,98)
#765B56
(118,91,86)
#664E4A
(102,78,74)
#56413E
(86,65,62)
#463432
(70,52,50)
#362726
(54,39,38)
#261A1A
(38,26,26)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #B68F86

#B68F86
(182,143,134)
#BC9991
(188,153,145)
#C2A39C
(194,163,156)
#C8ADA7
(200,173,167)
#CEB7B2
(206,183,178)
#D4C1BD
(212,193,189)
#DACBC8
(218,203,200)
#E0D5D3
(224,213,211)
#E6DFDE
(230,223,222)
#ECE9E9
(236,233,233)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68F86 color. Also use rgb(182,143,134) instead hex code.

Text Font Color

.myTextColor { color: #B68F86; }

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

This text font color is #B68F86.


Background Color

.myBgColor { background-color: #B68F86; }

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

This div background color is #B68F86.


Border color

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

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

This div border color is #B68F86.


Opacity

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

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

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

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

This text has shadow with #B68F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B68F86 on black background.


Color preview on white background

This text has color #B68F86 on white background.



Black color preview on #B68F86 background

This text has black color on #B68F86 background.


White color preview on #B68F86 background

This text has white color on #B68F86 background.