Html Css Color HEX #B59F49 Husk

📋 copy color: '#B59F49'

red 181 ◦ green 159 ◦ blue 73

#B59F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #B59F49

Tints of Husk #B59F49

RGB

 RED value IS 181 (71.09% from 255) = 43.83%

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 43.83%
G = 38.5%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B59F49 (or 0xB59F49) is known color: Husk. HEX triplet: B5, 9F and 49. RGB value is (181,159,73). Sum of RGB (Red+Green+Blue) = 181+159+73=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59F49 is #4A60B6. Grayscale: #9C9C9C. Windows color (decimal): -4874423 or 4825013. OLE color: 4825013.

HSL color Cylindrical-coordinate representation of color #B59F49: hue angle of 47.78º 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 #B59F49 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 159 73 -
CMYK 0 0.12 0.60 0.29
HSL 47.78º 0.43% 0.5% -
HSV(B) 47.78º 0.6% 0.71% -
XYZ 32.66 35.1 11.36 -
YUV 155.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 181 159 73 0 0.12 0.60 0.29 47.78 0.43 0.5
Hex B5 9F 49 0 C 3C 1D 30 2B 32
Octal 265 237 111 0 14 74 35 60 53 62
Binary 10110101 10011111 1001001 0 1100 111100 11101 110000 101011 110010

Color Harmonies of #B59F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59F49

Black with #B59F49

Text Example


Text Example

White with #B59F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59F49; }

 p { color: rgb(181,159,73); }

 H1.HeaderClassName
 {
   color: #B59F49;
 }
 .AnyTagClassName
 {
   color: #B59F49;
 }
</style>

background-color css

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

 a { background-color: rgb(181,159,73); }

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

border-color css

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

 span { border-color: rgb(181,159,73); }

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