Html Css Color HEX #B19A57 Husk

📋 copy color: '#B19A57'

red 177 ◦ green 154 ◦ blue 87

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

Shades of Husk #B19A57

Tints of Husk #B19A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 42.34%
G = 36.84%
B = 20.81%

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

#B19A57 (or 0xB19A57) is known color: Husk. HEX triplet: B1, 9A and 57. RGB value is (177,154,87). Sum of RGB (Red+Green+Blue) = 177+154+87=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A57 is #4E65A8. Grayscale: #999999. Windows color (decimal): -5137833 or 5741233. OLE color: 5741233.

HSL color Cylindrical-coordinate representation of color #B19A57: hue angle of 44.67º 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 #B19A57 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 154 87 -
CMYK 0 0.13 0.51 0.31
HSL 44.67º 0.37% 0.52% -
HSV(B) 44.67º 0.51% 0.69% -
XYZ 31.41 33.15 13.76 -
YUV 153.24 90.62 144.95 -
System Red Green Blue C M Y K H S L
Decimal 177 154 87 0 0.13 0.51 0.31 44.67 0.37 0.52
Hex B1 9A 57 0 D 33 1F 2D 25 34
Octal 261 232 127 0 15 63 37 55 45 64
Binary 10110001 10011010 1010111 0 1101 110011 11111 101101 100101 110100

Color Harmonies of #B19A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A57

Black with #B19A57

Text Example


Text Example

White with #B19A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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