#BB9971

Color #BB9971 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #BB9971

Tints of Fallow #BB9971

Color information

#BB9971 (or 0xBB9971) is unknown color: approx Fallow. HEX triplet: BB, 99 and 71. RGB value is (187,153,113). Sum of RGB (Red+Green+Blue) = 187+153+113=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9971 is #44668E. Grayscale: #9E9E9E. Windows color (decimal): -4482703 or 7444923. OLE color: 7444923.

HSL color Cylindrical-coordinate representation of color #BB9971: hue angle of 32.43º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB9971 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187153113-
CMYK00.180.400.27
HSL32.43º35.24%58.82%-
HSV(B)32.43º39.57%73.33%-
XYZ34.8734.5420.45-
YUV158.61102.26148.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=41.28%
G=33.77%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715311300.180.400.2732.4335.2458.82
HexBB9971012281B20233b
Octal2732311610225033404373
Binary1011101110011001111000101001010100011011100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9971; }

 p { color: rgb(187,153,113); }

 H1.HeaderClassName
 {
   color: #BB9971;
 }
 .AnyTagClassName
 {
   color: #BB9971;
 }
</style>
background-color css

<style>
 a { background-color: #BB9971; }

 a { background-color: rgb(187,153,113); }

 div.DivClassName
 {
   background-color: #BB9971;
 }
 .BgClassName
 {
   background-color: #BB9971;
 }
</style>
border-color css

<style>
 span { border-color: #BB9971; }

 span { border-color: rgb(187,153,113); }

 td.TdClassName
 {
   border-color: #BB9971;
 }
 .TagClassName
 {
   border-color: #BB9971;
 }
</style>