#BBA066

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

Shades of Fallow #BBA066

Tints of Fallow #BBA066

Color information

#BBA066 (or 0xBBA066) is unknown color: approx Fallow. HEX triplet: BB, A0 and 66. RGB value is (187,160,102). Sum of RGB (Red+Green+Blue) = 187+160+102=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA066 is #445F99. Grayscale: #A1A1A1. Windows color (decimal): -4480922 or 6725819. OLE color: 6725819.

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

Color convert

RGB187160102-
CMYK00.140.450.27
HSL40.94º38.46%56.67%-
HSV(B)40.94º45.45%73.33%-
XYZ35.4636.6717.78-
YUV161.4694.45146.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=41.65%
G=35.63%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716010200.140.450.2740.9438.4656.67
HexBBA0660E2D1B292639
Octal2732401460165533514671
Binary101110111010000011001100111010110111011101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA066; }

 p { color: rgb(187,160,102); }

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

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

 a { background-color: rgb(187,160,102); }

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

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

 span { border-color: rgb(187,160,102); }

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