#B9A253

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

Shades of Husk #B9A253

Tints of Husk #B9A253

Color information

#B9A253 (or 0xB9A253) is unknown color: approx Husk. HEX triplet: B9, A2 and 53. RGB value is (185,162,83). Sum of RGB (Red+Green+Blue) = 185+162+83=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A253 is #465DAC. Grayscale: #A0A0A0. Windows color (decimal): -4611501 or 5481145. OLE color: 5481145.

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

Color convert

RGB18516283-
CMYK00.120.550.27
HSL46.47º42.15%52.55%-
HSV(B)46.47º55.14%72.55%-
XYZ34.4936.7813.46-
YUV159.8784.62145.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 83 (32.81% from 255) = 19.30%
R=43.02%
G=37.67%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851628300.120.550.2746.4742.1552.55
HexB9A2530C371B2e2a35
Octal2712421230146733565265
Binary101110011010001010100110110011011111011101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A253; }

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

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

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

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

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

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

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

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