Html Css Color HEX #B59A4D Husk

📋 copy color: '#B59A4D'

red 181 ◦ green 154 ◦ blue 77

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

Shades of Husk #B59A4D

Tints of Husk #B59A4D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 43.93%
G = 37.38%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B59A4D (or 0xB59A4D) is known color: Husk. HEX triplet: B5, 9A and 4D. RGB value is (181,154,77). Sum of RGB (Red+Green+Blue) = 181+154+77=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A4D is #4A65B2. Grayscale: #999999. Windows color (decimal): -4875699 or 5085877. OLE color: 5085877.

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

Color convert

RGB 181 154 77 -
CMYK 0 0.15 0.57 0.29
HSL 44.42º 0.41% 0.51% -
HSV(B) 44.42º 0.57% 0.71% -
XYZ 31.95 33.47 11.8 -
YUV 153.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 181 154 77 0 0.15 0.57 0.29 44.42 0.41 0.51
Hex B5 9A 4D 0 F 39 1D 2C 29 33
Octal 265 232 115 0 17 71 35 54 51 63
Binary 10110101 10011010 1001101 0 1111 111001 11101 101100 101001 110011

Color Harmonies of #B59A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A4D

Black with #B59A4D

Text Example


Text Example

White with #B59A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A4D; }

 p { color: rgb(181,154,77); }

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

background-color css

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

 a { background-color: rgb(181,154,77); }

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

border-color css

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

 span { border-color: rgb(181,154,77); }

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