Html Css Color HEX #B59D4A Husk

📋 copy color: '#B59D4A'

red 181 ◦ green 157 ◦ blue 74

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

Shades of Husk #B59D4A

Tints of Husk #B59D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 43.93%
G = 38.11%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B59D4A (or 0xB59D4A) is known color: Husk. HEX triplet: B5, 9D and 4A. RGB value is (181,157,74). Sum of RGB (Red+Green+Blue) = 181+157+74=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59D4A is #4A62B5. Grayscale: #9B9B9B. Windows color (decimal): -4874934 or 4890037. OLE color: 4890037.

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

Color convert

RGB 181 157 74 -
CMYK 0 0.13 0.59 0.29
HSL 46.54º 0.42% 0.5% -
HSV(B) 46.54º 0.59% 0.71% -
XYZ 32.35 34.43 11.42 -
YUV 154.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 181 157 74 0 0.13 0.59 0.29 46.54 0.42 0.5
Hex B5 9D 4A 0 D 3B 1D 2F 2A 32
Octal 265 235 112 0 15 73 35 57 52 62
Binary 10110101 10011101 1001010 0 1101 111011 11101 101111 101010 110010

Color Harmonies of #B59D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59D4A

Black with #B59D4A

Text Example


Text Example

White with #B59D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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