#B9A375

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

Shades of Fallow #B9A375

Tints of Fallow #B9A375

Color information

#B9A375 (or 0xB9A375) is unknown color: approx Fallow. HEX triplet: B9, A3 and 75. RGB value is (185,163,117). Sum of RGB (Red+Green+Blue) = 185+163+117=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A375 is #465C8A. Grayscale: #A4A4A4. Windows color (decimal): -4611211 or 7709625. OLE color: 7709625.

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

Color convert

RGB185163117-
CMYK00.120.370.27
HSL40.59º32.69%59.22%-
HSV(B)40.59º36.76%72.55%-
XYZ36.3237.7922.21-
YUV164.33101.29142.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=39.78%
G=35.05%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516311700.120.370.2740.5932.6959.22
HexB9A3750C251B29213b
Octal2712431650144533514173
Binary101110011010001111101010110010010111011101001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A375; }

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

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

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

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

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

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

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

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