COLOR #BB8974

HEX: #BB8974 RGB: (187,137,116)

Color info

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

RGB color model

#BB8974 color RGB value is (187,137,116).

RGB: (187,137,116) (73%, 54%, 45%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 116 of 255 = 45%

187
137
116

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

Portions of RGB colors in percentages

R + G + B = 187 + 137 + 116 = 440 (100%)
R 187 of 440 ~ 42.5%
G 137 of 440 ~ 31.14%
B 116 of 440 ~ 26.36'%

%42.5
%31.14
%26.36

CMYK color model

#BB8974 color CMYK value is (0,27,38,27).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 37.97%
  • key color value is 26.67%

CMYK: (0,27,38,27)
C0M27Y38K27 (0%, 27%, 38%, 27%)
(0.00 / 0.27 / 0.38 / 0.27)

CMYK percentages

%0
%26.74
%37.97
%26.67

Codes

Color #BB8974 in popluar color models

BB 89 74
RGB 187 137 116
HSL 18° 34.30% 59.41%
HSB/HSV 18° 37.97% 73.33%
CMYK 0.00% 26.74% 37.97%
26.67%

Color #BB8974 in popluar number systems.

HEX BB 89 74
Decimal 187 137 116
Binary 10111011 10001001 1110100
Octal 273 211 164

Shades and tints

Shades of #BB8974

#BB8974
(187,137,116)
#AA7D6A
(170,125,106)
#997160
(153,113,96)
#886556
(136,101,86)
#77594C
(119,89,76)
#664D42
(102,77,66)
#554138
(85,65,56)
#44352E
(68,53,46)
#332924
(51,41,36)
#221D1A
(34,29,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB8974

#BB8974
(187,137,116)
#C19380
(193,147,128)
#C79D8C
(199,157,140)
#CDA798
(205,167,152)
#D3B1A4
(211,177,164)
#D9BBB0
(217,187,176)
#DFC5BC
(223,197,188)
#E5CFC8
(229,207,200)
#EBD9D4
(235,217,212)
#F1E3E0
(241,227,224)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8974 color. Also use rgb(187,137,116) instead hex code.

Text Font Color

.myTextColor { color: #BB8974; }

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

This text font color is #BB8974.

Background Color

.myBgColor { background-color: #BB8974; }

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

This div background color is #BB8974.

Border color

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

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

This div border color is #BB8974.

Opacity

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

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

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

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

This text has shadow with #BB8974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8974.

Preview

Color preview on black background

This text has color #BB8974 on black background.


Color preview on white background

This text has color #BB8974 on white background.


Black color preview on #BB8974 background

This text has black color on #BB8974 background.


White color preview on #BB8974 background

This text has white color on #BB8974 background.


Related colors

Complementary color

Complementary color for #hex is #44768B.


I love getcolorcode.com

Triadic colors

1 #74BB89 and #8974BB with #BB8974 are triadic colors.

2 #7489BB and #89BB74 with #BB8974 are triadic colors.