COLOR #BB8A4B

HEX: #BB8A4B RGB: (187,138,75)

Color info

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

RGB color model

#BB8A4B color RGB value is (187,138,75).

RGB: (187,138,75) (73%, 54%, 29%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 75 of 255 = 29%

187
138
75

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

Portions of RGB colors in percentages

R + G + B = 187 + 138 + 75 = 400 (100%)
R 187 of 400 ~ 46.75%
G 138 of 400 ~ 34.5%
B 75 of 400 ~ 18.75'%

%46.75
%34.5
%18.75

CMYK color model

#BB8A4B color CMYK value is (0,26,60,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 59.89%
  • key color value is 26.67%

CMYK: (0,26,60,27)
C0M26Y60K27 (0%, 26%, 60%, 27%)
(0.00 / 0.26 / 0.60 / 0.27)

CMYK percentages

%0
%26.2
%59.89
%26.67

Codes

Color #BB8A4B in popluar color models

BB 8A 4B
RGB 187 138 75
HSL 34° 45.16% 51.37%
HSB/HSV 34° 59.89% 73.33%
CMYK 0.00% 26.20% 59.89%
26.67%

Color #BB8A4B in popluar number systems.

HEX BB 8A 4B
Decimal 187 138 75
Binary 10111011 10001010 1001011
Octal 273 212 113

Shades and tints

Shades of #BB8A4B

#BB8A4B
(187,138,75)
#AA7E45
(170,126,69)
#99723F
(153,114,63)
#886639
(136,102,57)
#775A33
(119,90,51)
#664E2D
(102,78,45)
#554227
(85,66,39)
#443621
(68,54,33)
#332A1B
(51,42,27)
#221E15
(34,30,21)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BB8A4B

#BB8A4B
(187,138,75)
#C1945B
(193,148,91)
#C79E6B
(199,158,107)
#CDA87B
(205,168,123)
#D3B28B
(211,178,139)
#D9BC9B
(217,188,155)
#DFC6AB
(223,198,171)
#E5D0BB
(229,208,187)
#EBDACB
(235,218,203)
#F1E4DB
(241,228,219)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8A4B color. Also use rgb(187,138,75) instead hex code.

Text Font Color

.myTextColor { color: #BB8A4B; }

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

This text font color is #BB8A4B.

Background Color

.myBgColor { background-color: #BB8A4B; }

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

This div background color is #BB8A4B.

Border color

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

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

This div border color is #BB8A4B.

Opacity

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

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

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

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

This text has shadow with #BB8A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8A4B.

Preview

Color preview on black background

This text has color #BB8A4B on black background.


Color preview on white background

This text has color #BB8A4B on white background.


Black color preview on #BB8A4B background

This text has black color on #BB8A4B background.


White color preview on #BB8A4B background

This text has white color on #BB8A4B background.


Related colors

Complementary color

Complementary color for #hex is #4475B4.


I love getcolorcode.com

Triadic colors

1 #4BBB8A and #8A4BBB with #BB8A4B are triadic colors.

2 #4B8ABB and #8ABB4B with #BB8A4B are triadic colors.