#B9A275

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

Shades of Fallow #B9A275

Tints of Fallow #B9A275

Color information

#B9A275 (or 0xB9A275) is unknown color: approx Fallow. HEX triplet: B9, A2 and 75. RGB value is (185,162,117). Sum of RGB (Red+Green+Blue) = 185+162+117=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A275 is #465D8A. Grayscale: #A3A3A3. Windows color (decimal): -4611467 or 7709369. OLE color: 7709369.

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

Color convert

RGB185162117-
CMYK00.120.370.27
HSL39.71º32.69%59.22%-
HSV(B)39.71º36.76%72.55%-
XYZ36.1437.4422.15-
YUV163.75101.62143.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=39.87%
G=34.91%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516211700.120.370.2739.7132.6959.22
HexB9A2750C251B28213b
Octal2712421650144533504173
Binary101110011010001011101010110010010111011101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A275; }

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

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

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

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

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

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

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

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