Html Css Color HEX #B19447 Husk

📋 copy color: '#B19447'

red 177 ◦ green 148 ◦ blue 71

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

Shades of Husk #B19447

Tints of Husk #B19447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 44.7%
G = 37.37%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B19447 (or 0xB19447) is known color: Husk. HEX triplet: B1, 94 and 47. RGB value is (177,148,71). Sum of RGB (Red+Green+Blue) = 177+148+71=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B19447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19447 is #4E6BB8. Grayscale: #949494. Windows color (decimal): -5139385 or 4691121. OLE color: 4691121.

HSL color Cylindrical-coordinate representation of color #B19447: hue angle of 43.58º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B19447 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 71 -
CMYK 0 0.16 0.60 0.31
HSL 43.58º 0.43% 0.49% -
HSV(B) 43.58º 0.6% 0.69% -
XYZ 29.86 30.98 10.37 -
YUV 147.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 177 148 71 0 0.16 0.60 0.31 43.58 0.43 0.49
Hex B1 94 47 0 10 3C 1F 2C 2B 31
Octal 261 224 107 0 20 74 37 54 53 61
Binary 10110001 10010100 1000111 0 10000 111100 11111 101100 101011 110001

Color Harmonies of #B19447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19447

Black with #B19447

Text Example


Text Example

White with #B19447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19447; }

 p { color: rgb(177,148,71); }

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

background-color css

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

 a { background-color: rgb(177,148,71); }

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

border-color css

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

 span { border-color: rgb(177,148,71); }

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