#BBA570

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

Shades of Fallow #BBA570

Tints of Fallow #BBA570

Color information

#BBA570 (or 0xBBA570) is unknown color: approx Fallow. HEX triplet: BB, A5 and 70. RGB value is (187,165,112). Sum of RGB (Red+Green+Blue) = 187+165+112=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA570 is #445A8F. Grayscale: #A5A5A5. Windows color (decimal): -4479632 or 7382459. OLE color: 7382459.

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

Color convert

RGB187165112-
CMYK00.120.400.27
HSL42.4º35.55%58.63%-
HSV(B)42.4º40.11%73.33%-
XYZ36.8738.6420.85-
YUV165.5497.79143.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 165 (64.84% from 255) = 35.56%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=40.30%
G=35.56%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716511200.120.400.2742.435.5558.63
HexBBA5700C281B2a243b
Octal2732451600145033524473
Binary101110111010010111100000110010100011011101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA570; }

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

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

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

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

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

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

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

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