COLOR #B88678

HEX: #B88678
RGB: (184,134,120)

Color info

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

RGB color model

#B88678 color RGB value is (184,134,120).

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

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 120 of 255 = 47%

184
134
120

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 120 = 438 (100%)
R 184 of 438 ~ 42.01%
G 134 of 438 ~ 30.59%
B 120 of 438 ~ 27.4%

%42.01
%30.59
%27.4

CMYK color model

#B88678 color CMYK value is (0,27,35,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(0,27,35,28)
C0M27Y35K28 
(0%,27%,35%,28%)
(0.00/0.27/0.35/0.28)	

CMYK percentages

%0
%27.17
%34.78
%27.84

Codes

Color #B88678 in popluar color models

B88678
RGB184134120
HSL13°31.07%59.61%
HSB/HSV13°34.78%72.16%
CMYK0.00%27.17%34.78%
27.84%

Color #B88678 in popluar number systems.

HEXB88678
Decimal184134120
Binary10111000100001101111000
Octal270206170

Shades and tints

Shades of #B88678

#B88678
(184,134,120)
#A87A6E
(168,122,110)
#986E64
(152,110,100)
#88625A
(136,98,90)
#785650
(120,86,80)
#684A46
(104,74,70)
#583E3C
(88,62,60)
#483232
(72,50,50)
#382628
(56,38,40)
#281A1E
(40,26,30)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B88678

#B88678
(184,134,120)
#BE9184
(190,145,132)
#C49C90
(196,156,144)
#CAA79C
(202,167,156)
#D0B2A8
(208,178,168)
#D6BDB4
(214,189,180)
#DCC8C0
(220,200,192)
#E2D3CC
(226,211,204)
#E8DED8
(232,222,216)
#EEE9E4
(238,233,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88678; }

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

This text font color is #B88678.


Background Color

.myBgColor { background-color: #B88678; }

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

This div background color is #B88678.


Border color

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

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

This div border color is #B88678.


Opacity

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

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

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

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

This text has shadow with #B88678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88678 on black background.


Color preview on white background

This text has color #B88678 on white background.



Black color preview on #B88678 background

This text has black color on #B88678 background.


White color preview on #B88678 background

This text has white color on #B88678 background.