#B9A06E

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

Shades of Fallow #B9A06E

Tints of Fallow #B9A06E

Color information

#B9A06E (or 0xB9A06E) is unknown color: approx Fallow. HEX triplet: B9, A0 and 6E. RGB value is (185,160,110). Sum of RGB (Red+Green+Blue) = 185+160+110=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06E is #465F91. Grayscale: #A1A1A1. Windows color (decimal): -4611986 or 7250105. OLE color: 7250105.

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

Color convert

RGB185160110-
CMYK00.140.410.27
HSL40º34.88%57.84%-
HSV(B)40º40.54%72.55%-
XYZ35.3936.5819.95-
YUV161.7798.78144.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 110 (43.36% from 255) = 24.18%
R=40.66%
G=35.16%
B=24.18%

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
Decimal18516011000.140.410.274034.8857.84
HexB9A06E0E291B28233a
Octal2712401560165133504372
Binary101110011010000011011100111010100111011101000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A06E; }

 p { color: rgb(185,160,110); }

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

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

 a { background-color: rgb(185,160,110); }

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

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

 span { border-color: rgb(185,160,110); }

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