#BBA571

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

Shades of Fallow #BBA571

Tints of Fallow #BBA571

Color information

#BBA571 (or 0xBBA571) is unknown color: approx Fallow. HEX triplet: BB, A5 and 71. RGB value is (187,165,113). Sum of RGB (Red+Green+Blue) = 187+165+113=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA571 is #445A8E. Grayscale: #A5A5A5. Windows color (decimal): -4479631 or 7447995. OLE color: 7447995.

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

Color convert

RGB187165113-
CMYK00.120.400.27
HSL42.16º35.24%58.82%-
HSV(B)42.16º39.57%73.33%-
XYZ36.9338.6721.14-
YUV165.6598.29143.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=40.22%
G=35.48%
B=24.30%

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
Decimal18716511300.120.400.2742.1635.2458.82
HexBBA5710C281B2a233b
Octal2732451610145033524373
Binary101110111010010111100010110010100011011101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA571; }

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

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

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

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

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

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

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

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