#B19C48

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

Shades of Husk #B19C48

Tints of Husk #B19C48

Color information

#B19C48 (or 0xB19C48) is unknown color: approx Husk. HEX triplet: B1, 9C and 48. RGB value is (177,156,72). Sum of RGB (Red+Green+Blue) = 177+156+72=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C48 is #4E63B7. Grayscale: #999999. Windows color (decimal): -5137336 or 4758705. OLE color: 4758705.

HSL color Cylindrical-coordinate representation of color #B19C48: hue angle of 48º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19C48 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17715672-
CMYK00.120.590.31
HSL48º42.17%48.82%-
HSV(B)48º59.32%69.41%-
XYZ31.1933.5910.97-
YUV152.782.46145.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=43.70%
G=38.52%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771567200.120.590.314842.1748.82
HexB19C480C3B1F302a31
Octal2612341100147337605261
Binary101100011001110010010000110011101111111110000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C48; }

 p { color: rgb(177,156,72); }

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

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

 a { background-color: rgb(177,156,72); }

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

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

 span { border-color: rgb(177,156,72); }

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