Html Css Color HEX #B19856 Husk

📋 copy color: '#B19856'

red 177 ◦ green 152 ◦ blue 86

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

Shades of Husk #B19856

Tints of Husk #B19856

RGB

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

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

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

R = 42.65%
G = 36.63%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B19856 (or 0xB19856) is known color: Husk. HEX triplet: B1, 98 and 56. RGB value is (177,152,86). Sum of RGB (Red+Green+Blue) = 177+152+86=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B19856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19856 is #4E67A9. Grayscale: #989898. Windows color (decimal): -5138346 or 5675185. OLE color: 5675185.

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

Color convert

RGB 177 152 86 -
CMYK 0 0.14 0.51 0.31
HSL 43.52º 0.37% 0.52% -
HSV(B) 43.52º 0.51% 0.69% -
XYZ 31.04 32.48 13.44 -
YUV 151.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 177 152 86 0 0.14 0.51 0.31 43.52 0.37 0.52
Hex B1 98 56 0 E 33 1F 2C 25 34
Octal 261 230 126 0 16 63 37 54 45 64
Binary 10110001 10011000 1010110 0 1110 110011 11111 101100 100101 110100

Color Harmonies of #B19856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19856

Black with #B19856

Text Example


Text Example

White with #B19856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19856; }

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

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

background-color css

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

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

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

border-color css

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

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

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