Html Css Color HEX #B39749 Husk

📋 copy color: '#B39749'

red 179 ◦ green 151 ◦ blue 73

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

Shades of Husk #B39749

Tints of Husk #B39749

RGB

 RED value IS 179 (70.31% from 255) = 44.42%

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

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

R = 44.42%
G = 37.47%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B39749 (or 0xB39749) is known color: Husk. HEX triplet: B3, 97 and 49. RGB value is (179,151,73). Sum of RGB (Red+Green+Blue) = 179+151+73=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B39749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39749 is #4C68B6. Grayscale: #969696. Windows color (decimal): -5007543 or 4822963. OLE color: 4822963.

HSL color Cylindrical-coordinate representation of color #B39749: hue angle of 44.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B39749 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 73 -
CMYK 0 0.16 0.59 0.30
HSL 44.15º 0.42% 0.49% -
HSV(B) 44.15º 0.59% 0.7% -
XYZ 30.86 32.2 10.89 -
YUV 150.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 179 151 73 0 0.16 0.59 0.30 44.15 0.42 0.49
Hex B3 97 49 0 10 3B 1E 2C 2A 31
Octal 263 227 111 0 20 73 36 54 52 61
Binary 10110011 10010111 1001001 0 10000 111011 11110 101100 101010 110001

Color Harmonies of #B39749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39749

Black with #B39749

Text Example


Text Example

White with #B39749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39749; }

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

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

background-color css

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

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

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

border-color css

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

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

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