#BBA46D

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

Shades of Fallow #BBA46D

Tints of Fallow #BBA46D

Color information

#BBA46D (or 0xBBA46D) is unknown color: approx Fallow. HEX triplet: BB, A4 and 6D. RGB value is (187,164,109). Sum of RGB (Red+Green+Blue) = 187+164+109=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA46D is #445B92. Grayscale: #A4A4A4. Windows color (decimal): -4479891 or 7185595. OLE color: 7185595.

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

Color convert

RGB187164109-
CMYK00.120.420.27
HSL42.31º36.45%58.04%-
HSV(B)42.31º41.71%73.33%-
XYZ36.5338.2219.92-
YUV164.6196.62143.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=40.65%
G=35.65%
B=23.70%

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
Decimal18716410900.120.420.2742.3136.4558.04
HexBBA46D0C2A1B2a243a
Octal2732441550145233524472
Binary101110111010010011011010110010101011011101010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA46D; }

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

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

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

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

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

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

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

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