Html Css Color HEX #B19A56 Husk

📋 copy color: '#B19A56'

red 177 ◦ green 154 ◦ blue 86

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

Shades of Husk #B19A56

Tints of Husk #B19A56

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 86 (33.98% from 255) = 20.62%

R = 42.45%
G = 36.93%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19A56 (or 0xB19A56) is known color: Husk. HEX triplet: B1, 9A and 56. RGB value is (177,154,86). Sum of RGB (Red+Green+Blue) = 177+154+86=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A56 is #4E65A9. Grayscale: #999999. Windows color (decimal): -5137834 or 5675697. OLE color: 5675697.

HSL color Cylindrical-coordinate representation of color #B19A56: hue angle of 44.84º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19A56 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 86 -
CMYK 0 0.13 0.51 0.31
HSL 44.84º 0.37% 0.52% -
HSV(B) 44.84º 0.51% 0.69% -
XYZ 31.37 33.13 13.55 -
YUV 153.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 177 154 86 0 0.13 0.51 0.31 44.84 0.37 0.52
Hex B1 9A 56 0 D 33 1F 2D 25 34
Octal 261 232 126 0 15 63 37 55 45 64
Binary 10110001 10011010 1010110 0 1101 110011 11111 101101 100101 110100

Color Harmonies of #B19A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A56

Black with #B19A56

Text Example


Text Example

White with #B19A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A56; }

 p { color: rgb(177,154,86); }

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

background-color css

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

 a { background-color: rgb(177,154,86); }

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

border-color css

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

 span { border-color: rgb(177,154,86); }

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