COLOR #B88F56

HEX: #B88F56 RGB: (184,143,86)

Color info

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

RGB color model

#B88F56 color RGB value is (184,143,86).

RGB: (184,143,86) (72%, 56%, 34%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 86 of 255 = 34%

184
143
86

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

Portions of RGB colors in percentages

R + G + B = 184 + 143 + 86 = 413 (100%)
R 184 of 413 ~ 44.55%
G 143 of 413 ~ 34.62%
B 86 of 413 ~ 20.82'%

%44.55
%34.62
%20.82

CMYK color model

#B88F56 color CMYK value is (0,22,53,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 53.26%
  • key color value is 27.84%

CMYK: (0,22,53,28)
C0M22Y53K28 (0%, 22%, 53%, 28%)
(0.00 / 0.22 / 0.53 / 0.28)

CMYK percentages

%0
%22.28
%53.26
%27.84

Codes

Color #B88F56 in popluar color models

B8 8F 56
RGB 184 143 86
HSL 35° 40.83% 52.94%
HSB/HSV 35° 53.26% 72.16%
CMYK 0.00% 22.28% 53.26%
27.84%

Color #B88F56 in popluar number systems.

HEX B8 8F 56
Decimal 184 143 86
Binary 10111000 10001111 1010110
Octal 270 217 126

Shades and tints

Shades of #B88F56

#B88F56
(184,143,86)
#A8824F
(168,130,79)
#987548
(152,117,72)
#886841
(136,104,65)
#785B3A
(120,91,58)
#684E33
(104,78,51)
#58412C
(88,65,44)
#483425
(72,52,37)
#38271E
(56,39,30)
#281A17
(40,26,23)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #B88F56

#B88F56
(184,143,86)
#BE9965
(190,153,101)
#C4A374
(196,163,116)
#CAAD83
(202,173,131)
#D0B792
(208,183,146)
#D6C1A1
(214,193,161)
#DCCBB0
(220,203,176)
#E2D5BF
(226,213,191)
#E8DFCE
(232,223,206)
#EEE9DD
(238,233,221)
#F4F3EC
(244,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88F56 color. Also use rgb(184,143,86) instead hex code.

Text Font Color

.myTextColor { color: #B88F56; }

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

This text font color is #B88F56.

Background Color

.myBgColor { background-color: #B88F56; }

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

This div background color is #B88F56.

Border color

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

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

This div border color is #B88F56.

Opacity

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

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

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

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

This text has shadow with #B88F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88F56.

Preview

Color preview on black background

This text has color #B88F56 on black background.


Color preview on white background

This text has color #B88F56 on white background.


Black color preview on #B88F56 background

This text has black color on #B88F56 background.


White color preview on #B88F56 background

This text has white color on #B88F56 background.


Related colors

Complementary color

Complementary color for #hex is #4770A9.


I love getcolorcode.com

Triadic colors

1 #56B88F and #8F56B8 with #B88F56 are triadic colors.

2 #568FB8 and #8FB856 with #B88F56 are triadic colors.