Html Css Color HEX #B59A47 Husk

📋 copy color: '#B59A47'

red 181 ◦ green 154 ◦ blue 71

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

Shades of Husk #B59A47

Tints of Husk #B59A47

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 44.58%
G = 37.93%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B59A47 (or 0xB59A47) is known color: Husk. HEX triplet: B5, 9A and 47. RGB value is (181,154,71). Sum of RGB (Red+Green+Blue) = 181+154+71=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A47 is #4A65B8. Grayscale: #989898. Windows color (decimal): -4875705 or 4692661. OLE color: 4692661.

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

Color convert

RGB 181 154 71 -
CMYK 0 0.15 0.61 0.29
HSL 45.27º 0.44% 0.49% -
HSV(B) 45.27º 0.61% 0.71% -
XYZ 31.75 33.39 10.73 -
YUV 152.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 181 154 71 0 0.15 0.61 0.29 45.27 0.44 0.49
Hex B5 9A 47 0 F 3D 1D 2D 2C 31
Octal 265 232 107 0 17 75 35 55 54 61
Binary 10110101 10011010 1000111 0 1111 111101 11101 101101 101100 110001

Color Harmonies of #B59A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A47

Black with #B59A47

Text Example


Text Example

White with #B59A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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