Html Css Color HEX #B59650 Husk

📋 copy color: '#B59650'

red 181 ◦ green 150 ◦ blue 80

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

Shades of Husk #B59650

Tints of Husk #B59650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

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

R = 44.04%
G = 36.5%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B59650 (or 0xB59650) is known color: Husk. HEX triplet: B5, 96 and 50. RGB value is (181,150,80). Sum of RGB (Red+Green+Blue) = 181+150+80=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B59650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59650 is #4A69AF. Grayscale: #979797. Windows color (decimal): -4876720 or 5281461. OLE color: 5281461.

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

Color convert

RGB 181 150 80 -
CMYK 0 0.17 0.56 0.29
HSL 41.58º 0.41% 0.51% -
HSV(B) 41.58º 0.56% 0.71% -
XYZ 31.41 32.22 12.15 -
YUV 151.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 181 150 80 0 0.17 0.56 0.29 41.58 0.41 0.51
Hex B5 96 50 0 11 38 1D 2A 29 33
Octal 265 226 120 0 21 70 35 52 51 63
Binary 10110101 10010110 1010000 0 10001 111000 11101 101010 101001 110011

Color Harmonies of #B59650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59650

Black with #B59650

Text Example


Text Example

White with #B59650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59650; }

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

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

background-color css

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

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

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

border-color css

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

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

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