#BBA470

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

Shades of Fallow #BBA470

Tints of Fallow #BBA470

Color information

#BBA470 (or 0xBBA470) is unknown color: approx Fallow. HEX triplet: BB, A4 and 70. RGB value is (187,164,112). Sum of RGB (Red+Green+Blue) = 187+164+112=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA470 is #445B8F. Grayscale: #A5A5A5. Windows color (decimal): -4479888 or 7382203. OLE color: 7382203.

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

Color convert

RGB187164112-
CMYK00.120.400.27
HSL41.6º35.55%58.63%-
HSV(B)41.6º40.11%73.33%-
XYZ36.6938.2920.79-
YUV164.9598.12143.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 112 (44.14% from 255) = 24.19%
R=40.39%
G=35.42%
B=24.19%

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
Decimal18716411200.120.400.2741.635.5558.63
HexBBA4700C281B2a243b
Octal2732441600145033524473
Binary101110111010010011100000110010100011011101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA470; }

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

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

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

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

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

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

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

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