#B19C4F

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

Shades of Husk #B19C4F

Tints of Husk #B19C4F

Color information

#B19C4F (or 0xB19C4F) is unknown color: approx Husk. HEX triplet: B1, 9C and 4F. RGB value is (177,156,79). Sum of RGB (Red+Green+Blue) = 177+156+79=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C4F is #4E63B0. Grayscale: #999999. Windows color (decimal): -5137329 or 5217457. OLE color: 5217457.

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

Color convert

RGB17715679-
CMYK00.120.550.31
HSL47.14º38.58%50.2%-
HSV(B)47.14º55.37%69.41%-
XYZ31.4333.6912.24-
YUV153.585.96144.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 79 (31.25% from 255) = 19.17%
R=42.96%
G=37.86%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771567900.120.550.3147.1438.5850.2
HexB19C4F0C371F2f2732
Octal2612341170146737574762
Binary101100011001110010011110110011011111111101111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C4F; }

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

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

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

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

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

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

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

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