#B9A06C

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

Shades of Fallow #B9A06C

Tints of Fallow #B9A06C

Color information

#B9A06C (or 0xB9A06C) is unknown color: approx Fallow. HEX triplet: B9, A0 and 6C. RGB value is (185,160,108). Sum of RGB (Red+Green+Blue) = 185+160+108=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A06C is #465F93. Grayscale: #A1A1A1. Windows color (decimal): -4611988 or 7119033. OLE color: 7119033.

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

Color convert

RGB185160108-
CMYK00.140.420.27
HSL40.52º35.48%57.45%-
HSV(B)40.52º41.62%72.55%-
XYZ35.2936.5419.38-
YUV161.5597.78144.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=40.84%
G=35.32%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516010800.140.420.2740.5235.4857.45
HexB9A06C0E2A1B292339
Octal2712401540165233514371
Binary101110011010000011011000111010101011011101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A06C; }

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

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

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

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

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

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

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

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