COLOR #BB997A

HEX: #BB997A RGB: (187,153,122)

Color info

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

RGB color model

#BB997A color RGB value is (187,153,122).

RGB: (187,153,122) (73%, 60%, 48%)

RGB channels and saturation

R 187 of 255 = 73%
G 153 of 255 = 60%
B 122 of 255 = 48%

187
153
122

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

Portions of RGB colors in percentages

R + G + B = 187 + 153 + 122 = 462 (100%)
R 187 of 462 ~ 40.48%
G 153 of 462 ~ 33.12%
B 122 of 462 ~ 26.41'%

%40.48
%33.12
%26.41

CMYK color model

#BB997A color CMYK value is (0,18,35,27).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 34.76%
  • key color value is 26.67%

CMYK: (0,18,35,27)
C0M18Y35K27 (0%, 18%, 35%, 27%)
(0.00 / 0.18 / 0.35 / 0.27)

CMYK percentages

%0
%18.18
%34.76
%26.67

Codes

Color #BB997A in popluar color models

BB 99 7A
RGB 187 153 122
HSL 29° 32.34% 60.59%
HSB/HSV 29° 34.76% 73.33%
CMYK 0.00% 18.18% 34.76%
26.67%

Color #BB997A in popluar number systems.

HEX BB 99 7A
Decimal 187 153 122
Binary 10111011 10011001 1111010
Octal 273 231 172

Shades and tints

Shades of #BB997A

#BB997A
(187,153,122)
#AA8C6F
(170,140,111)
#997F64
(153,127,100)
#887259
(136,114,89)
#77654E
(119,101,78)
#665843
(102,88,67)
#554B38
(85,75,56)
#443E2D
(68,62,45)
#333122
(51,49,34)
#222417
(34,36,23)
#11170C
(17,23,12)
#000000
(0,0,0)

Tints of #BB997A

#BB997A
(187,153,122)
#C1A286
(193,162,134)
#C7AB92
(199,171,146)
#CDB49E
(205,180,158)
#D3BDAA
(211,189,170)
#D9C6B6
(217,198,182)
#DFCFC2
(223,207,194)
#E5D8CE
(229,216,206)
#EBE1DA
(235,225,218)
#F1EAE6
(241,234,230)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB997A color. Also use rgb(187,153,122) instead hex code.

Text Font Color

.myTextColor { color: #BB997A; }

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

This text font color is #BB997A.

Background Color

.myBgColor { background-color: #BB997A; }

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

This div background color is #BB997A.

Border color

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

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

This div border color is #BB997A.

Opacity

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

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

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

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

This text has shadow with #BB997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB997A.

Preview

Color preview on black background

This text has color #BB997A on black background.


Color preview on white background

This text has color #BB997A on white background.


Black color preview on #BB997A background

This text has black color on #BB997A background.


White color preview on #BB997A background

This text has white color on #BB997A background.


Related colors

Complementary color

Complementary color for #hex is #446685.


I love getcolorcode.com

Triadic colors

1 #7ABB99 and #997ABB with #BB997A are triadic colors.

2 #7A99BB and #99BB7A with #BB997A are triadic colors.