#B19C5A

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

Shades of Husk #B19C5A

Tints of Husk #B19C5A

Color information

#B19C5A (or 0xB19C5A) is unknown color: approx Husk. HEX triplet: B1, 9C and 5A. RGB value is (177,156,90). Sum of RGB (Red+Green+Blue) = 177+156+90=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C5A is #4E63A5. Grayscale: #9B9B9B. Windows color (decimal): -5137318 or 5938353. OLE color: 5938353.

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

Color convert

RGB17715690-
CMYK00.120.490.31
HSL45.52º35.8%52.35%-
HSV(B)45.52º49.15%69.41%-
XYZ31.8733.8614.53-
YUV154.7591.46143.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=41.84%
G=36.88%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771569000.120.490.3145.5235.852.35
HexB19C5A0C311F2e2434
Octal2612341320146137564464
Binary101100011001110010110100110011000111111101110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C5A; }

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

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

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

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

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

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

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

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