#B9A372

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

Shades of Fallow #B9A372

Tints of Fallow #B9A372

Color information

#B9A372 (or 0xB9A372) is unknown color: approx Fallow. HEX triplet: B9, A3 and 72. RGB value is (185,163,114). Sum of RGB (Red+Green+Blue) = 185+163+114=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 114 (44.92% from 255 or 24.68% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A372 is #465C8D. Grayscale: #A4A4A4. Windows color (decimal): -4611214 or 7513017. OLE color: 7513017.

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

Color convert

RGB185163114-
CMYK00.120.380.27
HSL41.41º33.65%58.63%-
HSV(B)41.41º38.38%72.55%-
XYZ36.1437.7221.3-
YUV163.9999.79142.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 114 (44.92% from 255) = 24.68%
R=40.04%
G=35.28%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516311400.120.380.2741.4133.6558.63
HexB9A3720C261B29223b
Octal2712431620144633514273
Binary101110011010001111100100110010011011011101001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A372; }

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

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

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

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

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

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

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

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