COLOR #B88670

HEX: #B88670
RGB: (184,134,112)

Color info

#B88670 contains mainly red and green colors. Web safe color of #B88670 is #CC9966 (or #C96).

RGB color model

#B88670 color RGB value is (184,134,112).

  • red value is 184;
  • green value is 134;
  • blue value is 112.
RGB:
(184,134,112)
(72%,53%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 112 of 255 = 44%

184
134
112

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 112 = 430 (100%)
R 184 of 430 ~ 42.79%
G 134 of 430 ~ 31.16%
B 112 of 430 ~ 26.05%

%42.79
%31.16
%26.05

CMYK color model

#B88670 color CMYK value is (0,27,39,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 39.13%
  • key color value is 27.84%
CMYK:
(0,27,39,28)
C0M27Y39K28 
(0%,27%,39%,28%)
(0.00/0.27/0.39/0.28)	

CMYK percentages

%0
%27.17
%39.13
%27.84

Codes

Color #B88670 in popluar color models

B88670
RGB184134112
HSL18°33.64%58.04%
HSB/HSV18°39.13%72.16%
CMYK0.00%27.17%39.13%
27.84%

Color #B88670 in popluar number systems.

HEXB88670
Decimal184134112
Binary10111000100001101110000
Octal270206160

Shades and tints

Shades of #B88670

#B88670
(184,134,112)
#A87A66
(168,122,102)
#986E5C
(152,110,92)
#886252
(136,98,82)
#785648
(120,86,72)
#684A3E
(104,74,62)
#583E34
(88,62,52)
#48322A
(72,50,42)
#382620
(56,38,32)
#281A16
(40,26,22)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #B88670

#B88670
(184,134,112)
#BE917D
(190,145,125)
#C49C8A
(196,156,138)
#CAA797
(202,167,151)
#D0B2A4
(208,178,164)
#D6BDB1
(214,189,177)
#DCC8BE
(220,200,190)
#E2D3CB
(226,211,203)
#E8DED8
(232,222,216)
#EEE9E5
(238,233,229)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88670 color. Also use rgb(184,134,112) instead hex code.

Text Font Color

.myTextColor { color: #B88670; }

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

This text font color is #B88670.


Background Color

.myBgColor { background-color: #B88670; }

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

This div background color is #B88670.


Border color

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

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

This div border color is #B88670.


Opacity

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

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

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

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

This text has shadow with #B88670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88670 on black background.


Color preview on white background

This text has color #B88670 on white background.



Black color preview on #B88670 background

This text has black color on #B88670 background.


White color preview on #B88670 background

This text has white color on #B88670 background.