#BBA170

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

Shades of Fallow #BBA170

Tints of Fallow #BBA170

Color information

#BBA170 (or 0xBBA170) is unknown color: approx Fallow. HEX triplet: BB, A1 and 70. RGB value is (187,161,112). Sum of RGB (Red+Green+Blue) = 187+161+112=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA170 is #445E8F. Grayscale: #A3A3A3. Windows color (decimal): -4480656 or 7381435. OLE color: 7381435.

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

Color convert

RGB187161112-
CMYK00.140.400.27
HSL39.2º35.55%58.63%-
HSV(B)39.2º40.11%73.33%-
XYZ36.1637.2220.61-
YUV163.1999.11144.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=40.65%
G=35%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716111200.140.400.2739.235.5558.63
HexBBA1700E281B27243b
Octal2732411600165033474473
Binary101110111010000111100000111010100011011100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA170; }

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

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

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

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

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

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

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

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