#B59A51

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

Shades of Husk #B59A51

Tints of Husk #B59A51

Color information

#B59A51 (or 0xB59A51) is unknown color: approx Husk. HEX triplet: B5, 9A and 51. RGB value is (181,154,81). Sum of RGB (Red+Green+Blue) = 181+154+81=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A51 is #4A65AE. Grayscale: #9A9A9A. Windows color (decimal): -4875695 or 5348021. OLE color: 5348021.

HSL color Cylindrical-coordinate representation of color #B59A51: hue angle of 43.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B59A51 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18115481-
CMYK00.150.550.29
HSL43.8º40.32%51.37%-
HSV(B)43.8º55.25%70.98%-
XYZ32.133.5312.56-
YUV153.7586.95147.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=43.51%
G=37.02%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811548100.150.550.2943.840.3251.37
HexB59A510F371D2c2833
Octal2652321210176735545063
Binary101101011001101010100010111111011111101101100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59A51; }

 p { color: rgb(181,154,81); }

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

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

 a { background-color: rgb(181,154,81); }

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

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

 span { border-color: rgb(181,154,81); }

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