#B59748

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

Shades of Husk #B59748

Tints of Husk #B59748

Color information

#B59748 (or 0xB59748) is unknown color: approx Husk. HEX triplet: B5, 97 and 48. RGB value is (181,151,72). Sum of RGB (Red+Green+Blue) = 181+151+72=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B59748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59748 is #4A68B7. Grayscale: #979797. Windows color (decimal): -4876472 or 4757429. OLE color: 4757429.

HSL color Cylindrical-coordinate representation of color #B59748: hue angle of 43.49º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B59748 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18115172-
CMYK00.170.600.29
HSL43.49º43.08%49.61%-
HSV(B)43.49º60.22%70.98%-
XYZ31.2932.4210.74-
YUV150.9683.44149.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 72 (28.52% from 255) = 17.82%
R=44.80%
G=37.38%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811517200.170.600.2943.4943.0849.61
HexB597480113C1D2b2b32
Octal2652271100217435535362
Binary1011010110010111100100001000111110011101101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59748; }

 p { color: rgb(181,151,72); }

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

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

 a { background-color: rgb(181,151,72); }

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

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

 span { border-color: rgb(181,151,72); }

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