Shades of Husk #B19D4B
Tints of Husk #B19D4B
RGB
CMYK
RGB Variations
Color information
#B19D4B (or 0xB19D4B) is known color: Husk. HEX triplet: B1, 9D and 4B. RGB value is (177,157,75). Sum of RGB (Red+Green+Blue) = 177+157+75=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19D4B is #4E62B4. Grayscale: #999999. Windows color (decimal): -5137077 or 4955569. OLE color: 4955569.
HSL color Cylindrical-coordinate representation of color #B19D4B: hue angle of 48.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B19D4B is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 75 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.31 |
| HSL | 48.24º | 0.4% | 0.49% | - |
| HSV(B) | 48.24º | 0.58% | 0.69% | - |
| XYZ | 31.46 | 33.97 | 11.56 | - |
| YUV | 153.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 75 | 0 | 0.11 | 0.58 | 0.31 | 48.24 | 0.4 | 0.49 |
| Hex | B1 | 9D | 4B | 0 | B | 3A | 1F | 30 | 28 | 31 |
| Octal | 261 | 235 | 113 | 0 | 13 | 72 | 37 | 60 | 50 | 61 |
| Binary | 10110001 | 10011101 | 1001011 | 0 | 1011 | 111010 | 11111 | 110000 | 101000 | 110001 |
Color Harmonies of #B19D4B
Complementary color
Monochromatic Colors of #B19D4B
Black with #B19D4B
Text Example
Text Example
White with #B19D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D4B; }
p { color: rgb(177,157,75); }
H1.HeaderClassName
{
color: #B19D4B;
}
.AnyTagClassName
{
color: #B19D4B;
}
</style>
background-color css
<style>
a { background-color: #B19D4B; }
a { background-color: rgb(177,157,75); }
div.DivClassName
{
background-color: #B19D4B;
}
.BgClassName
{
background-color: #B19D4B;
}
</style>
border-color css
<style>
span { border-color: #B19D4B; }
span { border-color: rgb(177,157,75); }
td.TdClassName
{
border-color: #B19D4B;
}
.TagClassName
{
border-color: #B19D4B;
}
</style>