Html Css Color HEX #B49D49 Husk

📋 copy color: '#B49D49'

red 180 ◦ green 157 ◦ blue 73

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

Shades of Husk #B49D49

Tints of Husk #B49D49

RGB

 RED value IS 180 (70.7% from 255) = 43.9%

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

 BLUE value IS 73 (28.91% from 255) = 17.8%

R = 43.9%
G = 38.29%
B = 17.8%

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

#B49D49 (or 0xB49D49) is known color: Husk. HEX triplet: B4, 9D and 49. RGB value is (180,157,73). Sum of RGB (Red+Green+Blue) = 180+157+73=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D49 is #4B62B6. Grayscale: #9A9A9A. Windows color (decimal): -4940471 or 4824500. OLE color: 4824500.

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

Color convert

RGB 180 157 73 -
CMYK 0 0.13 0.59 0.29
HSL 47.1º 0.42% 0.5% -
HSV(B) 47.1º 0.59% 0.71% -
XYZ 32.08 34.3 11.23 -
YUV 154.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 180 157 73 0 0.13 0.59 0.29 47.1 0.42 0.5
Hex B4 9D 49 0 D 3B 1D 2F 2A 32
Octal 264 235 111 0 15 73 35 57 52 62
Binary 10110100 10011101 1001001 0 1101 111011 11101 101111 101010 110010

Color Harmonies of #B49D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D49

Black with #B49D49

Text Example


Text Example

White with #B49D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D49; }

 p { color: rgb(180,157,73); }

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

background-color css

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

 a { background-color: rgb(180,157,73); }

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

border-color css

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

 span { border-color: rgb(180,157,73); }

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