Html Css Color HEX #B59D4C Husk

📋 copy color: '#B59D4C'

red 181 ◦ green 157 ◦ blue 76

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

Shades of Husk #B59D4C

Tints of Husk #B59D4C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.92%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 43.72%
G = 37.92%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B59D4C (or 0xB59D4C) is known color: Husk. HEX triplet: B5, 9D and 4C. RGB value is (181,157,76). Sum of RGB (Red+Green+Blue) = 181+157+76=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59D4C is #4A62B3. Grayscale: #9B9B9B. Windows color (decimal): -4874932 or 5021109. OLE color: 5021109.

HSL color Cylindrical-coordinate representation of color #B59D4C: hue angle of 46.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B59D4C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 157 76 -
CMYK 0 0.13 0.58 0.29
HSL 46.29º 0.42% 0.5% -
HSV(B) 46.29º 0.58% 0.71% -
XYZ 32.42 34.46 11.78 -
YUV 154.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 181 157 76 0 0.13 0.58 0.29 46.29 0.42 0.5
Hex B5 9D 4C 0 D 3A 1D 2E 2A 32
Octal 265 235 114 0 15 72 35 56 52 62
Binary 10110101 10011101 1001100 0 1101 111010 11101 101110 101010 110010

Color Harmonies of #B59D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59D4C

Black with #B59D4C

Text Example


Text Example

White with #B59D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59D4C; }

 p { color: rgb(181,157,76); }

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

background-color css

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

 a { background-color: rgb(181,157,76); }

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

border-color css

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

 span { border-color: rgb(181,157,76); }

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