#BBA16E

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

Shades of Fallow #BBA16E

Tints of Fallow #BBA16E

Color information

#BBA16E (or 0xBBA16E) is unknown color: approx Fallow. HEX triplet: BB, A1 and 6E. RGB value is (187,161,110). Sum of RGB (Red+Green+Blue) = 187+161+110=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA16E is #445E91. Grayscale: #A3A3A3. Windows color (decimal): -4480658 or 7250363. OLE color: 7250363.

HSL color Cylindrical-coordinate representation of color #BBA16E: hue angle of 39.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBA16E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187161110-
CMYK00.140.410.27
HSL39.74º36.15%58.24%-
HSV(B)39.74º41.18%73.33%-
XYZ36.0537.1820.03-
YUV162.9698.11145.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=40.83%
G=35.15%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716111000.140.410.2739.7436.1558.24
HexBBA16E0E291B28243a
Octal2732411560165133504472
Binary101110111010000111011100111010100111011101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA16E; }

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

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

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

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

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

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

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

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