COLOR #BB9374

HEX: #BB9374 RGB: (187,147,116)

Color info

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

RGB color model

#BB9374 color RGB value is (187,147,116).

RGB: (187,147,116) (73%, 58%, 45%)

RGB channels and saturation

R 187 of 255 = 73%
G 147 of 255 = 58%
B 116 of 255 = 45%

187
147
116

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

Portions of RGB colors in percentages

R + G + B = 187 + 147 + 116 = 450 (100%)
R 187 of 450 ~ 41.56%
G 147 of 450 ~ 32.67%
B 116 of 450 ~ 25.78'%

%41.56
%32.67
%25.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 37.97%
  • key color value is 26.67%
CMYK: (0,21,38,27) C0M21Y38K27 (0%,21%,38%,27%) (0.00/0.21/0.38/0.27) 

CMYK percentages

%0
%21.39
%37.97
%26.67

Codes

Color #BB9374 in popluar color models

BB 93 74
RGB 187 147 116
HSL 26° 34.30% 59.41%
HSB/HSV 26° 37.97% 73.33%
CMYK 0.00% 21.39% 37.97%
26.67%

Color #BB9374 in popluar number systems.

HEX BB 93 74
Decimal 187 147 116
Binary 10111011 10010011 1110100
Octal 273 223 164

Shades and tints

Shades of #BB9374

#BB9374
(187,147,116)
#AA866A
(170,134,106)
#997960
(153,121,96)
#886C56
(136,108,86)
#775F4C
(119,95,76)
#665242
(102,82,66)
#554538
(85,69,56)
#44382E
(68,56,46)
#332B24
(51,43,36)
#221E1A
(34,30,26)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #BB9374

#BB9374
(187,147,116)
#C19C80
(193,156,128)
#C7A58C
(199,165,140)
#CDAE98
(205,174,152)
#D3B7A4
(211,183,164)
#D9C0B0
(217,192,176)
#DFC9BC
(223,201,188)
#E5D2C8
(229,210,200)
#EBDBD4
(235,219,212)
#F1E4E0
(241,228,224)
#F7EDEC
(247,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9374; }

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

This text font color is #BB9374.

Background Color

.myBgColor { background-color: #BB9374; }

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

This div background color is #BB9374.

Border color

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

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

This div border color is #BB9374.

Opacity

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

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

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

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

This text has shadow with #BB9374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9374.

Preview

Color preview on black background

This text has color #BB9374 on black background.


Color preview on white background

This text has color #BB9374 on white background.


Black color preview on #BB9374 background

This text has black color on #BB9374 background.


White color preview on #BB9374 background

This text has white color on #BB9374 background.


Related colors

Complementary color

Complementary color for #hex is #446C8B.


I love getcolorcode.com

Triadic colors

1 #74BB93 and #9374BB with #BB9374 are triadic colors.

2 #7493BB and #93BB74 with #BB9374 are triadic colors.