COLOR #B88366

HEX: #B88366 RGB: (184,131,102)

Color info

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

RGB color model

#B88366 color RGB value is (184,131,102).

RGB: (184,131,102) (72%, 51%, 40%)

RGB channels and saturation

R 184 of 255 = 72%
G 131 of 255 = 51%
B 102 of 255 = 40%

184
131
102

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

Portions of RGB colors in percentages

R + G + B = 184 + 131 + 102 = 417 (100%)
R 184 of 417 ~ 44.12%
G 131 of 417 ~ 31.41%
B 102 of 417 ~ 24.46'%

%44.12
%31.41
%24.46

CMYK color model

#B88366 color CMYK value is (0,29,45,28).

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 44.57%
  • key color value is 27.84%

CMYK: (0,29,45,28)
C0M29Y45K28 (0%, 29%, 45%, 28%)
(0.00 / 0.29 / 0.45 / 0.28)

CMYK percentages

%0
%28.8
%44.57
%27.84

Codes

Color #B88366 in popluar color models

B8 83 66
RGB 184 131 102
HSL 21° 36.61% 56.08%
HSB/HSV 21° 44.57% 72.16%
CMYK 0.00% 28.80% 44.57%
27.84%

Color #B88366 in popluar number systems.

HEX B8 83 66
Decimal 184 131 102
Binary 10111000 10000011 1100110
Octal 270 203 146

Shades and tints

Shades of #B88366

#B88366
(184,131,102)
#A8785D
(168,120,93)
#986D54
(152,109,84)
#88624B
(136,98,75)
#785742
(120,87,66)
#684C39
(104,76,57)
#584130
(88,65,48)
#483627
(72,54,39)
#382B1E
(56,43,30)
#282015
(40,32,21)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #B88366

#B88366
(184,131,102)
#BE8E73
(190,142,115)
#C49980
(196,153,128)
#CAA48D
(202,164,141)
#D0AF9A
(208,175,154)
#D6BAA7
(214,186,167)
#DCC5B4
(220,197,180)
#E2D0C1
(226,208,193)
#E8DBCE
(232,219,206)
#EEE6DB
(238,230,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88366 color. Also use rgb(184,131,102) instead hex code.

Text Font Color

.myTextColor { color: #B88366; }

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

This text font color is #B88366.

Background Color

.myBgColor { background-color: #B88366; }

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

This div background color is #B88366.

Border color

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

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

This div border color is #B88366.

Opacity

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

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

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

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

This text has shadow with #B88366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88366.

Preview

Color preview on black background

This text has color #B88366 on black background.


Color preview on white background

This text has color #B88366 on white background.


Black color preview on #B88366 background

This text has black color on #B88366 background.


White color preview on #B88366 background

This text has white color on #B88366 background.


Related colors

Complementary color

Complementary color for #hex is #477C99.


I love getcolorcode.com

Triadic colors

1 #66B883 and #8366B8 with #B88366 are triadic colors.

2 #6683B8 and #83B866 with #B88366 are triadic colors.