#BB9770

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

Shades of Fallow #BB9770

Tints of Fallow #BB9770

Color information

#BB9770 (or 0xBB9770) is unknown color: approx Fallow. HEX triplet: BB, 97 and 70. RGB value is (187,151,112). Sum of RGB (Red+Green+Blue) = 187+151+112=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9770 is #44688F. Grayscale: #9D9D9D. Windows color (decimal): -4483216 or 7378875. OLE color: 7378875.

HSL color Cylindrical-coordinate representation of color #BB9770: hue angle of 31.2º degrees, saturation: 0.36, 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 #BB9770 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187151112-
CMYK00.190.400.27
HSL31.2º35.55%58.63%-
HSV(B)31.2º40.11%73.33%-
XYZ34.4833.8720.05-
YUV157.32102.43149.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=41.56%
G=33.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715111200.190.400.2731.235.5558.63
HexBB9770013281B1f243b
Octal2732271600235033374473
Binary101110111001011111100000100111010001101111111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9770; }

 p { color: rgb(187,151,112); }

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

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

 a { background-color: rgb(187,151,112); }

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

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

 span { border-color: rgb(187,151,112); }

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