#BBA271

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

Shades of Fallow #BBA271

Tints of Fallow #BBA271

Color information

#BBA271 (or 0xBBA271) is unknown color: approx Fallow. HEX triplet: BB, A2 and 71. RGB value is (187,162,113). Sum of RGB (Red+Green+Blue) = 187+162+113=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA271 is #445D8E. Grayscale: #A4A4A4. Windows color (decimal): -4480399 or 7447227. OLE color: 7447227.

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

Color convert

RGB187162113-
CMYK00.130.400.27
HSL39.73º35.24%58.82%-
HSV(B)39.73º39.57%73.33%-
XYZ36.3937.620.96-
YUV163.8999.28144.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=40.48%
G=35.06%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716211300.130.400.2739.7335.2458.82
HexBBA2710D281B28233b
Octal2732421610155033504373
Binary101110111010001011100010110110100011011101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA271; }

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

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

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

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

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

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

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

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