#B9A075

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

Shades of Fallow #B9A075

Tints of Fallow #B9A075

Color information

#B9A075 (or 0xB9A075) is unknown color: approx Fallow. HEX triplet: B9, A0 and 75. RGB value is (185,160,117). Sum of RGB (Red+Green+Blue) = 185+160+117=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A075 is #465F8A. Grayscale: #A2A2A2. Windows color (decimal): -4611979 or 7708857. OLE color: 7708857.

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

Color convert

RGB185160117-
CMYK00.140.370.27
HSL37.94º32.69%59.22%-
HSV(B)37.94º36.76%72.55%-
XYZ35.7936.7422.03-
YUV162.57102.28144-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=40.04%
G=34.63%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516011700.140.370.2737.9432.6959.22
HexB9A0750E251B26213b
Octal2712401650164533464173
Binary101110011010000011101010111010010111011100110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A075; }

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

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

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

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

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

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

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

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