#B9A066

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

Shades of Fallow #B9A066

Tints of Fallow #B9A066

Color information

#B9A066 (or 0xB9A066) is unknown color: approx Fallow. HEX triplet: B9, A0 and 66. RGB value is (185,160,102). Sum of RGB (Red+Green+Blue) = 185+160+102=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A066 is #465F99. Grayscale: #A1A1A1. Windows color (decimal): -4611994 or 6725817. OLE color: 6725817.

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

Color convert

RGB185160102-
CMYK00.140.450.27
HSL41.93º37.22%56.27%-
HSV(B)41.93º44.86%72.55%-
XYZ34.9836.4217.76-
YUV160.8694.78145.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=41.39%
G=35.79%
B=22.82%

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
Decimal18516010200.140.450.2741.9337.2256.27
HexB9A0660E2D1B2a2538
Octal2712401460165533524570
Binary101110011010000011001100111010110111011101010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A066; }

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

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

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

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

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

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

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

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