#B9A472

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

Shades of Fallow #B9A472

Tints of Fallow #B9A472

Color information

#B9A472 (or 0xB9A472) is unknown color: approx Fallow. HEX triplet: B9, A4 and 72. RGB value is (185,164,114). Sum of RGB (Red+Green+Blue) = 185+164+114=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A472 is #465B8D. Grayscale: #A4A4A4. Windows color (decimal): -4610958 or 7513273. OLE color: 7513273.

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

Color convert

RGB185164114-
CMYK00.110.380.27
HSL42.25º33.65%58.63%-
HSV(B)42.25º38.38%72.55%-
XYZ36.3238.0821.36-
YUV164.5899.46142.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=39.96%
G=35.42%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516411400.110.380.2742.2533.6558.63
HexB9A4720B261B2a223b
Octal2712441620134633524273
Binary101110011010010011100100101110011011011101010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A472; }

 p { color: rgb(185,164,114); }

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

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

 a { background-color: rgb(185,164,114); }

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

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

 span { border-color: rgb(185,164,114); }

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