COLOR #B88B5C

HEX: #B88B5C RGB: (184,139,92)

Color info

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

RGB color model

#B88B5C color RGB value is (184,139,92).

RGB: (184,139,92) (72%, 55%, 36%)

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 92 of 255 = 36%

184
139
92

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

Portions of RGB colors in percentages

R + G + B = 184 + 139 + 92 = 415 (100%)
R 184 of 415 ~ 44.34%
G 139 of 415 ~ 33.49%
B 92 of 415 ~ 22.17'%

%44.34
%33.49
%22.17

CMYK color model

#B88B5C color CMYK value is (0,24,50,28).

  • cyan value is 0.00%
  • magenta value is 24.46%
  • yellow value is 50.00%
  • key color value is 27.84%

CMYK: (0,24,50,28)
C0M24Y50K28 (0%, 24%, 50%, 28%)
(0.00 / 0.24 / 0.50 / 0.28)

CMYK percentages

%0
%24.46
%50
%27.84

Codes

Color #B88B5C in popluar color models

B8 8B 5C
RGB 184 139 92
HSL 31° 39.32% 54.12%
HSB/HSV 31° 50.00% 72.16%
CMYK 0.00% 24.46% 50.00%
27.84%

Color #B88B5C in popluar number systems.

HEX B8 8B 5C
Decimal 184 139 92
Binary 10111000 10001011 1011100
Octal 270 213 134

Shades and tints

Shades of #B88B5C

#B88B5C
(184,139,92)
#A87F54
(168,127,84)
#98734C
(152,115,76)
#886744
(136,103,68)
#785B3C
(120,91,60)
#684F34
(104,79,52)
#58432C
(88,67,44)
#483724
(72,55,36)
#382B1C
(56,43,28)
#281F14
(40,31,20)
#18130C
(24,19,12)
#000000
(0,0,0)

Tints of #B88B5C

#B88B5C
(184,139,92)
#BE956A
(190,149,106)
#C49F78
(196,159,120)
#CAA986
(202,169,134)
#D0B394
(208,179,148)
#D6BDA2
(214,189,162)
#DCC7B0
(220,199,176)
#E2D1BE
(226,209,190)
#E8DBCC
(232,219,204)
#EEE5DA
(238,229,218)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88B5C color. Also use rgb(184,139,92) instead hex code.

Text Font Color

.myTextColor { color: #B88B5C; }

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

This text font color is #B88B5C.

Background Color

.myBgColor { background-color: #B88B5C; }

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

This div background color is #B88B5C.

Border color

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

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

This div border color is #B88B5C.

Opacity

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

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

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

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

This text has shadow with #B88B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88B5C.

Preview

Color preview on black background

This text has color #B88B5C on black background.


Color preview on white background

This text has color #B88B5C on white background.


Black color preview on #B88B5C background

This text has black color on #B88B5C background.


White color preview on #B88B5C background

This text has white color on #B88B5C background.


Related colors

Complementary color

Complementary color for #hex is #4774A3.


I love getcolorcode.com

Triadic colors

1 #5CB88B and #8B5CB8 with #B88B5C are triadic colors.

2 #5C8BB8 and #8BB85C with #B88B5C are triadic colors.