COLOR #BB9B7D

HEX: #BB9B7D RGB: (187,155,125)

Color info

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

RGB color model

#BB9B7D color RGB value is (187,155,125).

RGB: (187,155,125) (73%, 61%, 49%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 125 of 255 = 49%

187
155
125

R + G + B ~ 61%. #BB9B7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 155 + 125 = 467 (100%)
R 187 of 467 ~ 40.04%
G 155 of 467 ~ 33.19%
B 125 of 467 ~ 26.77'%

%40.04
%33.19
%26.77

CMYK color model

#BB9B7D color CMYK value is (0,17,33,27).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 33.16%
  • key color value is 26.67%

CMYK: (0,17,33,27)
C0M17Y33K27 (0%, 17%, 33%, 27%)
(0.00 / 0.17 / 0.33 / 0.27)

CMYK percentages

%0
%17.11
%33.16
%26.67

Codes

Color #BB9B7D in popluar color models

BB 9B 7D
RGB 187 155 125
HSL 29° 31.31% 61.18%
HSB/HSV 29° 33.16% 73.33%
CMYK 0.00% 17.11% 33.16%
26.67%

Color #BB9B7D in popluar number systems.

HEX BB 9B 7D
Decimal 187 155 125
Binary 10111011 10011011 1111101
Octal 273 233 175

Shades and tints

Shades of #BB9B7D

#BB9B7D
(187,155,125)
#AA8D72
(170,141,114)
#997F67
(153,127,103)
#88715C
(136,113,92)
#776351
(119,99,81)
#665546
(102,85,70)
#55473B
(85,71,59)
#443930
(68,57,48)
#332B25
(51,43,37)
#221D1A
(34,29,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #BB9B7D

#BB9B7D
(187,155,125)
#C1A488
(193,164,136)
#C7AD93
(199,173,147)
#CDB69E
(205,182,158)
#D3BFA9
(211,191,169)
#D9C8B4
(217,200,180)
#DFD1BF
(223,209,191)
#E5DACA
(229,218,202)
#EBE3D5
(235,227,213)
#F1ECE0
(241,236,224)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9B7D color. Also use rgb(187,155,125) instead hex code.

Text Font Color

.myTextColor { color: #BB9B7D; }

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

This text font color is #BB9B7D.

Background Color

.myBgColor { background-color: #BB9B7D; }

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

This div background color is #BB9B7D.

Border color

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

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

This div border color is #BB9B7D.

Opacity

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

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

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

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

This text has shadow with #BB9B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9B7D.

Preview

Color preview on black background

This text has color #BB9B7D on black background.


Color preview on white background

This text has color #BB9B7D on white background.


Black color preview on #BB9B7D background

This text has black color on #BB9B7D background.


White color preview on #BB9B7D background

This text has white color on #BB9B7D background.


Related colors

Complementary color

Complementary color for #hex is #446482.


I love getcolorcode.com

Triadic colors

1 #7DBB9B and #9B7DBB with #BB9B7D are triadic colors.

2 #7D9BBB and #9BBB7D with #BB9B7D are triadic colors.