COLOR #B88B4A

HEX: #B88B4A RGB: (184,139,74)

Color info

#B88B4A contains mainly red and green colors. Web safe color of #B88B4A is #CC9933 (or #C93).

RGB color model

#B88B4A color RGB value is (184,139,74).

RGB: (184,139,74) (72%, 55%, 29%)

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 74 of 255 = 29%

184
139
74

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

Portions of RGB colors in percentages

R + G + B = 184 + 139 + 74 = 397 (100%)
R 184 of 397 ~ 46.35%
G 139 of 397 ~ 35.01%
B 74 of 397 ~ 18.64'%

%46.35
%35.01
%18.64

CMYK color model

#B88B4A color CMYK value is (0,24,60,28).

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

CMYK: (0,24,60,28)
C0M24Y60K28 (0%, 24%, 60%, 28%)
(0.00 / 0.24 / 0.60 / 0.28)

CMYK percentages

%0
%24.46
%59.78
%27.84

Codes

Color #B88B4A in popluar color models

B8 8B 4A
RGB 184 139 74
HSL 35° 43.65% 50.59%
HSB/HSV 35° 59.78% 72.16%
CMYK 0.00% 24.46% 59.78%
27.84%

Color #B88B4A in popluar number systems.

HEX B8 8B 4A
Decimal 184 139 74
Binary 10111000 10001011 1001010
Octal 270 213 112

Shades and tints

Shades of #B88B4A

#B88B4A
(184,139,74)
#A87F44
(168,127,68)
#98733E
(152,115,62)
#886738
(136,103,56)
#785B32
(120,91,50)
#684F2C
(104,79,44)
#584326
(88,67,38)
#483720
(72,55,32)
#382B1A
(56,43,26)
#281F14
(40,31,20)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #B88B4A

#B88B4A
(184,139,74)
#BE955A
(190,149,90)
#C49F6A
(196,159,106)
#CAA97A
(202,169,122)
#D0B38A
(208,179,138)
#D6BD9A
(214,189,154)
#DCC7AA
(220,199,170)
#E2D1BA
(226,209,186)
#E8DBCA
(232,219,202)
#EEE5DA
(238,229,218)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88B4A; }

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

This text font color is #B88B4A.

Background Color

.myBgColor { background-color: #B88B4A; }

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

This div background color is #B88B4A.

Border color

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

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

This div border color is #B88B4A.

Opacity

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

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

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

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

This text has shadow with #B88B4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88B4A.

Preview

Color preview on black background

This text has color #B88B4A on black background.


Color preview on white background

This text has color #B88B4A on white background.


Black color preview on #B88B4A background

This text has black color on #B88B4A background.


White color preview on #B88B4A background

This text has white color on #B88B4A background.


Related colors

Complementary color

Complementary color for #hex is #4774B5.


I love getcolorcode.com

Triadic colors

1 #4AB88B and #8B4AB8 with #B88B4A are triadic colors.

2 #4A8BB8 and #8BB84A with #B88B4A are triadic colors.