#BBA270

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

Shades of Fallow #BBA270

Tints of Fallow #BBA270

Color information

#BBA270 (or 0xBBA270) is unknown color: approx Fallow. HEX triplet: BB, A2 and 70. RGB value is (187,162,112). Sum of RGB (Red+Green+Blue) = 187+162+112=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA270 is #445D8F. Grayscale: #A4A4A4. Windows color (decimal): -4480400 or 7381691. OLE color: 7381691.

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

Color convert

RGB187162112-
CMYK00.130.400.27
HSL40º35.55%58.63%-
HSV(B)40º40.11%73.33%-
XYZ36.3437.5820.67-
YUV163.7898.78144.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=40.56%
G=35.14%
B=24.30%

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
Decimal18716211200.130.400.274035.5558.63
HexBBA2700D281B28243b
Octal2732421600155033504473
Binary101110111010001011100000110110100011011101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA270; }

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

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

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

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

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

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

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

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