#BB9C70

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

Shades of Fallow #BB9C70

Tints of Fallow #BB9C70

Color information

#BB9C70 (or 0xBB9C70) is unknown color: approx Fallow. HEX triplet: BB, 9C and 70. RGB value is (187,156,112). Sum of RGB (Red+Green+Blue) = 187+156+112=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C70 is #44638F. Grayscale: #A0A0A0. Windows color (decimal): -4481936 or 7380155. OLE color: 7380155.

HSL color Cylindrical-coordinate representation of color #BB9C70: hue angle of 35.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 #BB9C70 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187156112-
CMYK00.170.400.27
HSL35.2º35.55%58.63%-
HSV(B)35.2º40.11%73.33%-
XYZ35.3135.5120.32-
YUV160.25100.77147.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=41.10%
G=34.29%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715611200.170.400.2735.235.5558.63
HexBB9C70011281B23243b
Octal2732341600215033434473
Binary1011101110011100111000001000110100011011100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C70; }

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

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

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

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

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

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

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

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