COLOR #B88A43

HEX: #B88A43 RGB: (184,138,67)

Color info

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

RGB color model

#B88A43 color RGB value is (184,138,67).

RGB: (184,138,67) (72%, 54%, 26%)

RGB channels and saturation

R 184 of 255 = 72%
G 138 of 255 = 54%
B 67 of 255 = 26%

184
138
67

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

Portions of RGB colors in percentages

R + G + B = 184 + 138 + 67 = 389 (100%)
R 184 of 389 ~ 47.3%
G 138 of 389 ~ 35.48%
B 67 of 389 ~ 17.22'%

%47.3
%35.48
%17.22

CMYK color model

#B88A43 color CMYK value is (0,25,64,28).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 63.59%
  • key color value is 27.84%

CMYK: (0,25,64,28)
C0M25Y64K28 (0%, 25%, 64%, 28%)
(0.00 / 0.25 / 0.64 / 0.28)

CMYK percentages

%0
%25
%63.59
%27.84

Codes

Color #B88A43 in popluar color models

B8 8A 43
RGB 184 138 67
HSL 36° 46.61% 49.22%
HSB/HSV 36° 63.59% 72.16%
CMYK 0.00% 25.00% 63.59%
27.84%

Color #B88A43 in popluar number systems.

HEX B8 8A 43
Decimal 184 138 67
Binary 10111000 10001010 1000011
Octal 270 212 103

Shades and tints

Shades of #B88A43

#B88A43
(184,138,67)
#A87E3D
(168,126,61)
#987237
(152,114,55)
#886631
(136,102,49)
#785A2B
(120,90,43)
#684E25
(104,78,37)
#58421F
(88,66,31)
#483619
(72,54,25)
#382A13
(56,42,19)
#281E0D
(40,30,13)
#181207
(24,18,7)
#000000
(0,0,0)

Tints of #B88A43

#B88A43
(184,138,67)
#BE9454
(190,148,84)
#C49E65
(196,158,101)
#CAA876
(202,168,118)
#D0B287
(208,178,135)
#D6BC98
(214,188,152)
#DCC6A9
(220,198,169)
#E2D0BA
(226,208,186)
#E8DACB
(232,218,203)
#EEE4DC
(238,228,220)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88A43 color. Also use rgb(184,138,67) instead hex code.

Text Font Color

.myTextColor { color: #B88A43; }

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

This text font color is #B88A43.

Background Color

.myBgColor { background-color: #B88A43; }

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

This div background color is #B88A43.

Border color

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

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

This div border color is #B88A43.

Opacity

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

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

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

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

This text has shadow with #B88A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88A43.

Preview

Color preview on black background

This text has color #B88A43 on black background.


Color preview on white background

This text has color #B88A43 on white background.


Black color preview on #B88A43 background

This text has black color on #B88A43 background.


White color preview on #B88A43 background

This text has white color on #B88A43 background.


Related colors

Complementary color

Complementary color for #hex is #4775BC.


I love getcolorcode.com

Triadic colors

1 #43B88A and #8A43B8 with #B88A43 are triadic colors.

2 #438AB8 and #8AB843 with #B88A43 are triadic colors.