COLOR #BB9C78

HEX: #BB9C78 RGB: (187,156,120)

Color info

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

RGB color model

#BB9C78 color RGB value is (187,156,120).

RGB: (187,156,120) (73%, 61%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 120 of 255 = 47%

187
156
120

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

Portions of RGB colors in percentages

R + G + B = 187 + 156 + 120 = 463 (100%)
R 187 of 463 ~ 40.39%
G 156 of 463 ~ 33.69%
B 120 of 463 ~ 25.92'%

%40.39
%33.69
%25.92

CMYK color model

#BB9C78 color CMYK value is (0,17,36,27).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 35.83%
  • key color value is 26.67%

CMYK: (0,17,36,27)
C0M17Y36K27 (0%, 17%, 36%, 27%)
(0.00 / 0.17 / 0.36 / 0.27)

CMYK percentages

%0
%16.58
%35.83
%26.67

Codes

Color #BB9C78 in popluar color models

BB 9C 78
RGB 187 156 120
HSL 32° 33.00% 60.20%
HSB/HSV 32° 35.83% 73.33%
CMYK 0.00% 16.58% 35.83%
26.67%

Color #BB9C78 in popluar number systems.

HEX BB 9C 78
Decimal 187 156 120
Binary 10111011 10011100 1111000
Octal 273 234 170

Shades and tints

Shades of #BB9C78

#BB9C78
(187,156,120)
#AA8E6E
(170,142,110)
#998064
(153,128,100)
#88725A
(136,114,90)
#776450
(119,100,80)
#665646
(102,86,70)
#55483C
(85,72,60)
#443A32
(68,58,50)
#332C28
(51,44,40)
#221E1E
(34,30,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #BB9C78

#BB9C78
(187,156,120)
#C1A584
(193,165,132)
#C7AE90
(199,174,144)
#CDB79C
(205,183,156)
#D3C0A8
(211,192,168)
#D9C9B4
(217,201,180)
#DFD2C0
(223,210,192)
#E5DBCC
(229,219,204)
#EBE4D8
(235,228,216)
#F1EDE4
(241,237,228)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9C78 color. Also use rgb(187,156,120) instead hex code.

Text Font Color

.myTextColor { color: #BB9C78; }

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

This text font color is #BB9C78.

Background Color

.myBgColor { background-color: #BB9C78; }

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

This div background color is #BB9C78.

Border color

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

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

This div border color is #BB9C78.

Opacity

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

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

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

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

This text has shadow with #BB9C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9C78.

Preview

Color preview on black background

This text has color #BB9C78 on black background.


Color preview on white background

This text has color #BB9C78 on white background.


Black color preview on #BB9C78 background

This text has black color on #BB9C78 background.


White color preview on #BB9C78 background

This text has white color on #BB9C78 background.


Related colors

Complementary color

Complementary color for #hex is #446387.


I love getcolorcode.com

Triadic colors

1 #78BB9C and #9C78BB with #BB9C78 are triadic colors.

2 #789CBB and #9CBB78 with #BB9C78 are triadic colors.