COLOR #BB9477

HEX: #BB9477 RGB: (187,148,119)

Color info

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

RGB color model

#BB9477 color RGB value is (187,148,119).

RGB: (187,148,119) (73%, 58%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 119 of 255 = 47%

187
148
119

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

Portions of RGB colors in percentages

R + G + B = 187 + 148 + 119 = 454 (100%)
R 187 of 454 ~ 41.19%
G 148 of 454 ~ 32.6%
B 119 of 454 ~ 26.21'%

%41.19
%32.6
%26.21

CMYK color model

#BB9477 color CMYK value is (0,21,36,27).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 36.36%
  • key color value is 26.67%

CMYK: (0,21,36,27)
C0M21Y36K27 (0%, 21%, 36%, 27%)
(0.00 / 0.21 / 0.36 / 0.27)

CMYK percentages

%0
%20.86
%36.36
%26.67

Codes

Color #BB9477 in popluar color models

BB 94 77
RGB 187 148 119
HSL 26° 33.33% 60.00%
HSB/HSV 26° 36.36% 73.33%
CMYK 0.00% 20.86% 36.36%
26.67%

Color #BB9477 in popluar number systems.

HEX BB 94 77
Decimal 187 148 119
Binary 10111011 10010100 1110111
Octal 273 224 167

Shades and tints

Shades of #BB9477

#BB9477
(187,148,119)
#AA876D
(170,135,109)
#997A63
(153,122,99)
#886D59
(136,109,89)
#77604F
(119,96,79)
#665345
(102,83,69)
#55463B
(85,70,59)
#443931
(68,57,49)
#332C27
(51,44,39)
#221F1D
(34,31,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BB9477

#BB9477
(187,148,119)
#C19D83
(193,157,131)
#C7A68F
(199,166,143)
#CDAF9B
(205,175,155)
#D3B8A7
(211,184,167)
#D9C1B3
(217,193,179)
#DFCABF
(223,202,191)
#E5D3CB
(229,211,203)
#EBDCD7
(235,220,215)
#F1E5E3
(241,229,227)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9477 color. Also use rgb(187,148,119) instead hex code.

Text Font Color

.myTextColor { color: #BB9477; }

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

This text font color is #BB9477.

Background Color

.myBgColor { background-color: #BB9477; }

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

This div background color is #BB9477.

Border color

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

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

This div border color is #BB9477.

Opacity

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

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

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

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

This text has shadow with #BB9477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9477.

Preview

Color preview on black background

This text has color #BB9477 on black background.


Color preview on white background

This text has color #BB9477 on white background.


Black color preview on #BB9477 background

This text has black color on #BB9477 background.


White color preview on #BB9477 background

This text has white color on #BB9477 background.


Related colors

Complementary color

Complementary color for #hex is #446B88.


I love getcolorcode.com

Triadic colors

1 #77BB94 and #9477BB with #BB9477 are triadic colors.

2 #7794BB and #94BB77 with #BB9477 are triadic colors.