#BB9973

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

Shades of Fallow #BB9973

Tints of Fallow #BB9973

Color information

#BB9973 (or 0xBB9973) is unknown color: approx Fallow. HEX triplet: BB, 99 and 73. RGB value is (187,153,115). Sum of RGB (Red+Green+Blue) = 187+153+115=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9973 is #44668C. Grayscale: #9F9F9F. Windows color (decimal): -4482701 or 7575995. OLE color: 7575995.

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

Color convert

RGB187153115-
CMYK00.180.390.27
HSL31.67º34.62%59.22%-
HSV(B)31.67º38.5%73.33%-
XYZ34.9834.5921.05-
YUV158.83103.26148.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=41.10%
G=33.63%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715311500.180.390.2731.6734.6259.22
HexBB9973012271B20233b
Octal2732311630224733404373
Binary1011101110011001111001101001010011111011100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9973; }

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

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

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

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

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

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

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

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