#BBA46E

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

Shades of Fallow #BBA46E

Tints of Fallow #BBA46E

Color information

#BBA46E (or 0xBBA46E) is unknown color: approx Fallow. HEX triplet: BB, A4 and 6E. RGB value is (187,164,110). Sum of RGB (Red+Green+Blue) = 187+164+110=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46E is #445B91. Grayscale: #A4A4A4. Windows color (decimal): -4479890 or 7251131. OLE color: 7251131.

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

Color convert

RGB187164110-
CMYK00.120.410.27
HSL42.08º36.15%58.24%-
HSV(B)42.08º41.18%73.33%-
XYZ36.5838.2420.21-
YUV164.7297.12143.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=40.56%
G=35.57%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716411000.120.410.2742.0836.1558.24
HexBBA46E0C291B2a243a
Octal2732441560145133524472
Binary101110111010010011011100110010100111011101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA46E; }

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

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

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

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

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

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

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

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