Html Css Color HEX #B59550 Husk

📋 copy color: '#B59550'

red 181 ◦ green 149 ◦ blue 80

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

Shades of Husk #B59550

Tints of Husk #B59550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.51%

R = 44.15%
G = 36.34%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B59550 (or 0xB59550) is known color: Husk. HEX triplet: B5, 95 and 50. RGB value is (181,149,80). Sum of RGB (Red+Green+Blue) = 181+149+80=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B59550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59550 is #4A6AAF. Grayscale: #979797. Windows color (decimal): -4876976 or 5281205. OLE color: 5281205.

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

Color convert

RGB 181 149 80 -
CMYK 0 0.18 0.56 0.29
HSL 40.99º 0.41% 0.51% -
HSV(B) 40.99º 0.56% 0.71% -
XYZ 31.25 31.9 12.1 -
YUV 150.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 181 149 80 0 0.18 0.56 0.29 40.99 0.41 0.51
Hex B5 95 50 0 12 38 1D 29 29 33
Octal 265 225 120 0 22 70 35 51 51 63
Binary 10110101 10010101 1010000 0 10010 111000 11101 101001 101001 110011

Color Harmonies of #B59550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59550

Black with #B59550

Text Example


Text Example

White with #B59550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59550; }

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

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

background-color css

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

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

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

border-color css

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

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

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