#B9A371

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

Shades of Fallow #B9A371

Tints of Fallow #B9A371

Color information

#B9A371 (or 0xB9A371) is unknown color: approx Fallow. HEX triplet: B9, A3 and 71. RGB value is (185,163,113). Sum of RGB (Red+Green+Blue) = 185+163+113=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A371 is #465C8E. Grayscale: #A4A4A4. Windows color (decimal): -4611215 or 7447481. OLE color: 7447481.

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

Color convert

RGB185163113-
CMYK00.120.390.27
HSL41.67º33.96%58.43%-
HSV(B)41.67º38.92%72.55%-
XYZ36.0937.721-
YUV163.8899.29143.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.13%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 113 (44.53% from 255) = 24.51%
R=40.13%
G=35.36%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516311300.120.390.2741.6733.9658.43
HexB9A3710C271B2a223a
Octal2712431610144733524272
Binary101110011010001111100010110010011111011101010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A371; }

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

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

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

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

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

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

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

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