COLOR #BB8B28

HEX: #BB8B28 RGB: (187,139,40)

Color info

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

RGB color model

#BB8B28 color RGB value is (187,139,40).

RGB: (187,139,40) (73%, 55%, 16%)

RGB channels and saturation

R 187 of 255 = 73%
G 139 of 255 = 55%
B 40 of 255 = 16%

187
139
40

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

Portions of RGB colors in percentages

R + G + B = 187 + 139 + 40 = 366 (100%)
R 187 of 366 ~ 51.09%
G 139 of 366 ~ 37.98%
B 40 of 366 ~ 10.93'%

%51.09
%37.98
%10.93

CMYK color model

#BB8B28 color CMYK value is (0,26,79,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 78.61%
  • key color value is 26.67%

CMYK: (0,26,79,27)
C0M26Y79K27 (0%, 26%, 79%, 27%)
(0.00 / 0.26 / 0.79 / 0.27)

CMYK percentages

%0
%25.67
%78.61
%26.67

Codes

Color #BB8B28 in popluar color models

BB 8B 28
RGB 187 139 40
HSL 40° 64.76% 44.51%
HSB/HSV 40° 78.61% 73.33%
CMYK 0.00% 25.67% 78.61%
26.67%

Color #BB8B28 in popluar number systems.

HEX BB 8B 28
Decimal 187 139 40
Binary 10111011 10001011 101000
Octal 273 213 50

Shades and tints

Shades of #BB8B28

#BB8B28
(187,139,40)
#AA7F25
(170,127,37)
#997322
(153,115,34)
#88671F
(136,103,31)
#775B1C
(119,91,28)
#664F19
(102,79,25)
#554316
(85,67,22)
#443713
(68,55,19)
#332B10
(51,43,16)
#221F0D
(34,31,13)
#11130A
(17,19,10)
#000000
(0,0,0)

Tints of #BB8B28

#BB8B28
(187,139,40)
#C1953B
(193,149,59)
#C79F4E
(199,159,78)
#CDA961
(205,169,97)
#D3B374
(211,179,116)
#D9BD87
(217,189,135)
#DFC79A
(223,199,154)
#E5D1AD
(229,209,173)
#EBDBC0
(235,219,192)
#F1E5D3
(241,229,211)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8B28 color. Also use rgb(187,139,40) instead hex code.

Text Font Color

.myTextColor { color: #BB8B28; }

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

This text font color is #BB8B28.

Background Color

.myBgColor { background-color: #BB8B28; }

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

This div background color is #BB8B28.

Border color

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

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

This div border color is #BB8B28.

Opacity

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

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

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

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

This text has shadow with #BB8B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8B28.

Preview

Color preview on black background

This text has color #BB8B28 on black background.


Color preview on white background

This text has color #BB8B28 on white background.


Black color preview on #BB8B28 background

This text has black color on #BB8B28 background.


White color preview on #BB8B28 background

This text has white color on #BB8B28 background.


Related colors

Complementary color

Complementary color for #hex is #4474D7.


I love getcolorcode.com

Triadic colors

1 #28BB8B and #8B28BB with #BB8B28 are triadic colors.

2 #288BBB and #8BBB28 with #BB8B28 are triadic colors.