#B9A276

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

Shades of Fallow #B9A276

Tints of Fallow #B9A276

Color information

#B9A276 (or 0xB9A276) is unknown color: approx Fallow. HEX triplet: B9, A2 and 76. RGB value is (185,162,118). Sum of RGB (Red+Green+Blue) = 185+162+118=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A276 is #465D89. Grayscale: #A4A4A4. Windows color (decimal): -4611466 or 7774905. OLE color: 7774905.

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

Color convert

RGB185162118-
CMYK00.120.360.27
HSL39.4º32.37%59.41%-
HSV(B)39.4º36.22%72.55%-
XYZ36.237.4622.46-
YUV163.86102.12143.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 118 (46.48% from 255) = 25.38%
R=39.78%
G=34.84%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516211800.120.360.2739.432.3759.41
HexB9A2760C241B27203b
Octal2712421660144433474073
Binary101110011010001011101100110010010011011100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A276; }

 p { color: rgb(185,162,118); }

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

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

 a { background-color: rgb(185,162,118); }

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

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

 span { border-color: rgb(185,162,118); }

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