#B9A071

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

Shades of Fallow #B9A071

Tints of Fallow #B9A071

Color information

#B9A071 (or 0xB9A071) is unknown color: approx Fallow. HEX triplet: B9, A0 and 71. RGB value is (185,160,113). Sum of RGB (Red+Green+Blue) = 185+160+113=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A071 is #465F8E. Grayscale: #A2A2A2. Windows color (decimal): -4611983 or 7446713. OLE color: 7446713.

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

Color convert

RGB185160113-
CMYK00.140.390.27
HSL39.17º33.96%58.43%-
HSV(B)39.17º38.92%72.55%-
XYZ35.5636.6520.82-
YUV162.12100.28144.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=40.39%
G=34.93%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516011300.140.390.2739.1733.9658.43
HexB9A0710E271B27223a
Octal2712401610164733474272
Binary101110011010000011100010111010011111011100111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A071; }

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

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

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

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

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

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

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

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