Html Css Color HEX #B49749 Husk

📋 copy color: '#B49749'

red 180 ◦ green 151 ◦ blue 73

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

Shades of Husk #B49749

Tints of Husk #B49749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.38%

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

R = 44.55%
G = 37.38%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B49749 (or 0xB49749) is known color: Husk. HEX triplet: B4, 97 and 49. RGB value is (180,151,73). Sum of RGB (Red+Green+Blue) = 180+151+73=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B49749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49749 is #4B68B6. Grayscale: #979797. Windows color (decimal): -4942007 or 4822964. OLE color: 4822964.

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

Color convert

RGB 180 151 73 -
CMYK 0 0.16 0.59 0.29
HSL 43.74º 0.42% 0.5% -
HSV(B) 43.74º 0.59% 0.71% -
XYZ 31.09 32.32 10.9 -
YUV 150.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 180 151 73 0 0.16 0.59 0.29 43.74 0.42 0.5
Hex B4 97 49 0 10 3B 1D 2C 2A 32
Octal 264 227 111 0 20 73 35 54 52 62
Binary 10110100 10010111 1001001 0 10000 111011 11101 101100 101010 110010

Color Harmonies of #B49749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49749

Black with #B49749

Text Example


Text Example

White with #B49749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49749; }

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

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

background-color css

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

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

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

border-color css

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

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

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