#BBA46C

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

Shades of Fallow #BBA46C

Tints of Fallow #BBA46C

Color information

#BBA46C (or 0xBBA46C) is unknown color: approx Fallow. HEX triplet: BB, A4 and 6C. RGB value is (187,164,108). Sum of RGB (Red+Green+Blue) = 187+164+108=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46C is #445B93. Grayscale: #A4A4A4. Windows color (decimal): -4479892 or 7120059. OLE color: 7120059.

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

Color convert

RGB187164108-
CMYK00.120.420.27
HSL42.53º36.74%57.84%-
HSV(B)42.53º42.25%73.33%-
XYZ36.4838.219.64-
YUV164.4996.12144.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=40.74%
G=35.73%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716410800.120.420.2742.5336.7457.84
HexBBA46C0C2A1B2b253a
Octal2732441540145233534572
Binary101110111010010011011000110010101011011101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA46C; }

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

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

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

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

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

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

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

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