#B9A571

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

Shades of Fallow #B9A571

Tints of Fallow #B9A571

Color information

#B9A571 (or 0xB9A571) is unknown color: approx Fallow. HEX triplet: B9, A5 and 71. RGB value is (185,165,113). Sum of RGB (Red+Green+Blue) = 185+165+113=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A571 is #465A8E. Grayscale: #A5A5A5. Windows color (decimal): -4610703 or 7447993. OLE color: 7447993.

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

Color convert

RGB185165113-
CMYK00.110.390.27
HSL43.33º33.96%58.43%-
HSV(B)43.33º38.92%72.55%-
XYZ36.4438.4221.12-
YUV165.0598.63142.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=39.96%
G=35.64%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516511300.110.390.2743.3333.9658.43
HexB9A5710B271B2b223a
Octal2712451610134733534272
Binary101110011010010111100010101110011111011101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A571; }

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

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

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

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

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

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

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

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