#B19955

Color #B19955 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #B19955

Tints of Husk #B19955

Color information

#B19955 (or 0xB19955) is unknown color: approx Husk. HEX triplet: B1, 99 and 55. RGB value is (177,153,85). Sum of RGB (Red+Green+Blue) = 177+153+85=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B19955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19955 is #4E66AA. Grayscale: #989898. Windows color (decimal): -5138091 or 5609905. OLE color: 5609905.

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

Color convert

RGB17715385-
CMYK00.140.520.31
HSL44.35º37.1%51.37%-
HSV(B)44.35º51.98%69.41%-
XYZ31.1632.7913.28-
YUV152.4289.95145.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=42.65%
G=36.87%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771538500.140.520.3144.3537.151.37
HexB199550E341F2c2533
Octal2612311250166437544563
Binary101100011001100110101010111011010011111101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19955; }

 p { color: rgb(177,153,85); }

 H1.HeaderClassName
 {
   color: #B19955;
 }
 .AnyTagClassName
 {
   color: #B19955;
 }
</style>
background-color css

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

 a { background-color: rgb(177,153,85); }

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

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

 span { border-color: rgb(177,153,85); }

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