Html Css Color HEX #B39849 Husk

📋 copy color: '#B39849'

red 179 ◦ green 152 ◦ blue 73

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

Shades of Husk #B39849

Tints of Husk #B39849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.62%

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

R = 44.31%
G = 37.62%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B39849 (or 0xB39849) is known color: Husk. HEX triplet: B3, 98 and 49. RGB value is (179,152,73). Sum of RGB (Red+Green+Blue) = 179+152+73=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B39849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39849 is #4C67B6. Grayscale: #979797. Windows color (decimal): -5007287 or 4823219. OLE color: 4823219.

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

Color convert

RGB 179 152 73 -
CMYK 0 0.15 0.59 0.30
HSL 44.72º 0.42% 0.49% -
HSV(B) 44.72º 0.59% 0.7% -
XYZ 31.02 32.52 10.95 -
YUV 151.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 179 152 73 0 0.15 0.59 0.30 44.72 0.42 0.49
Hex B3 98 49 0 F 3B 1E 2D 2A 31
Octal 263 230 111 0 17 73 36 55 52 61
Binary 10110011 10011000 1001001 0 1111 111011 11110 101101 101010 110001

Color Harmonies of #B39849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39849

Black with #B39849

Text Example


Text Example

White with #B39849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39849; }

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

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

background-color css

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

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

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

border-color css

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

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

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