#B9A273

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

Shades of Fallow #B9A273

Tints of Fallow #B9A273

Color information

#B9A273 (or 0xB9A273) is unknown color: approx Fallow. HEX triplet: B9, A2 and 73. RGB value is (185,162,115). Sum of RGB (Red+Green+Blue) = 185+162+115=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A273 is #465D8C. Grayscale: #A3A3A3. Windows color (decimal): -4611469 or 7578297. OLE color: 7578297.

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

Color convert

RGB185162115-
CMYK00.120.380.27
HSL40.29º33.33%58.82%-
HSV(B)40.29º37.84%72.55%-
XYZ36.0237.3921.54-
YUV163.52100.62143.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 162 (63.67% from 255) = 35.06%
BLUE value IS 115 (45.31% from 255) = 24.89%
R=40.04%
G=35.06%
B=24.89%

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
Decimal18516211500.120.380.2740.2933.3358.82
HexB9A2730C261B28213b
Octal2712421630144633504173
Binary101110011010001011100110110010011011011101000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A273; }

 p { color: rgb(185,162,115); }

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

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

 a { background-color: rgb(185,162,115); }

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

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

 span { border-color: rgb(185,162,115); }

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