Shades of Husk #B19C4D
Tints of Husk #B19C4D
RGB
CMYK
RGB Variations
Color information
#B19C4D (or 0xB19C4D) is known color: Husk. HEX triplet: B1, 9C and 4D. RGB value is (177,156,77). Sum of RGB (Red+Green+Blue) = 177+156+77=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19C4D is #4E63B2. Grayscale: #999999. Windows color (decimal): -5137331 or 5086385. OLE color: 5086385.
HSL color Cylindrical-coordinate representation of color #B19C4D: hue angle of 47.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B19C4D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 77 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.31 |
| HSL | 47.4º | 0.39% | 0.5% | - |
| HSV(B) | 47.4º | 0.56% | 0.69% | - |
| XYZ | 31.36 | 33.66 | 11.87 | - |
| YUV | 153.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 77 | 0 | 0.12 | 0.56 | 0.31 | 47.4 | 0.39 | 0.5 |
| Hex | B1 | 9C | 4D | 0 | C | 38 | 1F | 2F | 27 | 32 |
| Octal | 261 | 234 | 115 | 0 | 14 | 70 | 37 | 57 | 47 | 62 |
| Binary | 10110001 | 10011100 | 1001101 | 0 | 1100 | 111000 | 11111 | 101111 | 100111 | 110010 |
Color Harmonies of #B19C4D
Complementary color
Monochromatic Colors of #B19C4D
Black with #B19C4D
Text Example
Text Example
White with #B19C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C4D; }
p { color: rgb(177,156,77); }
H1.HeaderClassName
{
color: #B19C4D;
}
.AnyTagClassName
{
color: #B19C4D;
}
</style>
background-color css
<style>
a { background-color: #B19C4D; }
a { background-color: rgb(177,156,77); }
div.DivClassName
{
background-color: #B19C4D;
}
.BgClassName
{
background-color: #B19C4D;
}
</style>
border-color css
<style>
span { border-color: #B19C4D; }
span { border-color: rgb(177,156,77); }
td.TdClassName
{
border-color: #B19C4D;
}
.TagClassName
{
border-color: #B19C4D;
}
</style>