Html Css Color HEX #B59552 Husk

📋 copy color: '#B59552'

red 181 ◦ green 149 ◦ blue 82

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

Shades of Husk #B59552

Tints of Husk #B59552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 82 (32.42% from 255) = 19.9%

R = 43.93%
G = 36.17%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B59552 (or 0xB59552) is known color: Husk. HEX triplet: B5, 95 and 52. RGB value is (181,149,82). Sum of RGB (Red+Green+Blue) = 181+149+82=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B59552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59552 is #4A6AAD. Grayscale: #979797. Windows color (decimal): -4876974 or 5412277. OLE color: 5412277.

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

Color convert

RGB 181 149 82 -
CMYK 0 0.18 0.55 0.29
HSL 40.61º 0.4% 0.52% -
HSV(B) 40.61º 0.55% 0.71% -
XYZ 31.33 31.93 12.49 -
YUV 150.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 181 149 82 0 0.18 0.55 0.29 40.61 0.4 0.52
Hex B5 95 52 0 12 37 1D 29 28 34
Octal 265 225 122 0 22 67 35 51 50 64
Binary 10110101 10010101 1010010 0 10010 110111 11101 101001 101000 110100

Color Harmonies of #B59552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59552

Black with #B59552

Text Example


Text Example

White with #B59552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59552; }

 p { color: rgb(181,149,82); }

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

background-color css

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

 a { background-color: rgb(181,149,82); }

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

border-color css

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

 span { border-color: rgb(181,149,82); }

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