COLOR #B88675

HEX: #B88675
RGB: (184,134,117)

Color info

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

RGB color model

#B88675 color RGB value is (184,134,117).

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

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 117 of 255 = 46%

184
134
117

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 117 = 435 (100%)
R 184 of 435 ~ 42.3%
G 134 of 435 ~ 30.8%
B 117 of 435 ~ 26.9%

%42.3
%30.8
%26.9

CMYK color model

#B88675 color CMYK value is (0,27,36,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK:
(0,27,36,28)
C0M27Y36K28 
(0%,27%,36%,28%)
(0.00/0.27/0.36/0.28)	

CMYK percentages

%0
%27.17
%36.41
%27.84

Codes

Color #B88675 in popluar color models

B88675
RGB184134117
HSL15°32.06%59.02%
HSB/HSV15°36.41%72.16%
CMYK0.00%27.17%36.41%
27.84%

Color #B88675 in popluar number systems.

HEXB88675
Decimal184134117
Binary10111000100001101110101
Octal270206165

Shades and tints

Shades of #B88675

#B88675
(184,134,117)
#A87A6B
(168,122,107)
#986E61
(152,110,97)
#886257
(136,98,87)
#78564D
(120,86,77)
#684A43
(104,74,67)
#583E39
(88,62,57)
#48322F
(72,50,47)
#382625
(56,38,37)
#281A1B
(40,26,27)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #B88675

#B88675
(184,134,117)
#BE9181
(190,145,129)
#C49C8D
(196,156,141)
#CAA799
(202,167,153)
#D0B2A5
(208,178,165)
#D6BDB1
(214,189,177)
#DCC8BD
(220,200,189)
#E2D3C9
(226,211,201)
#E8DED5
(232,222,213)
#EEE9E1
(238,233,225)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88675; }

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

This text font color is #B88675.


Background Color

.myBgColor { background-color: #B88675; }

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

This div background color is #B88675.


Border color

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

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

This div border color is #B88675.


Opacity

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

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

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

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

This text has shadow with #B88675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88675 on black background.


Color preview on white background

This text has color #B88675 on white background.



Black color preview on #B88675 background

This text has black color on #B88675 background.


White color preview on #B88675 background

This text has white color on #B88675 background.