Html Css Color HEX #B19249 Husk

📋 copy color: '#B19249'

red 177 ◦ green 146 ◦ blue 73

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

Shades of Husk #B19249

Tints of Husk #B19249

RGB

 RED value IS 177 (69.53% from 255) = 44.7%

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 44.7%
G = 36.87%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B19249 (or 0xB19249) is known color: Husk. HEX triplet: B1, 92 and 49. RGB value is (177,146,73). Sum of RGB (Red+Green+Blue) = 177+146+73=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19249 is #4E6DB6. Grayscale: #939393. Windows color (decimal): -5139895 or 4821681. OLE color: 4821681.

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

Color convert

RGB 177 146 73 -
CMYK 0 0.18 0.59 0.31
HSL 42.12º 0.42% 0.49% -
HSV(B) 42.12º 0.59% 0.69% -
XYZ 29.61 30.39 10.61 -
YUV 146.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 177 146 73 0 0.18 0.59 0.31 42.12 0.42 0.49
Hex B1 92 49 0 12 3B 1F 2A 2A 31
Octal 261 222 111 0 22 73 37 52 52 61
Binary 10110001 10010010 1001001 0 10010 111011 11111 101010 101010 110001

Color Harmonies of #B19249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19249

Black with #B19249

Text Example


Text Example

White with #B19249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19249; }

 p { color: rgb(177,146,73); }

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

background-color css

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

 a { background-color: rgb(177,146,73); }

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

border-color css

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

 span { border-color: rgb(177,146,73); }

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