Shades of Husk #B19448
Tints of Husk #B19448
RGB
CMYK
RGB Variations
Color information
#B19448 (or 0xB19448) is known color: Husk. HEX triplet: B1, 94 and 48. RGB value is (177,148,72). Sum of RGB (Red+Green+Blue) = 177+148+72=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B19448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19448 is #4E6BB7. Grayscale: #949494. Windows color (decimal): -5139384 or 4756657. OLE color: 4756657.
HSL color Cylindrical-coordinate representation of color #B19448: hue angle of 43.43º 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 #B19448 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 72 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.31 |
| HSL | 43.43º | 0.42% | 0.49% | - |
| HSV(B) | 43.43º | 0.59% | 0.69% | - |
| XYZ | 29.89 | 30.99 | 10.54 | - |
| YUV | 148.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 72 | 0 | 0.16 | 0.59 | 0.31 | 43.43 | 0.42 | 0.49 |
| Hex | B1 | 94 | 48 | 0 | 10 | 3B | 1F | 2B | 2A | 31 |
| Octal | 261 | 224 | 110 | 0 | 20 | 73 | 37 | 53 | 52 | 61 |
| Binary | 10110001 | 10010100 | 1001000 | 0 | 10000 | 111011 | 11111 | 101011 | 101010 | 110001 |
Color Harmonies of #B19448
Complementary color
Monochromatic Colors of #B19448
Black with #B19448
Text Example
Text Example
White with #B19448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19448; }
p { color: rgb(177,148,72); }
H1.HeaderClassName
{
color: #B19448;
}
.AnyTagClassName
{
color: #B19448;
}
</style>
background-color css
<style>
a { background-color: #B19448; }
a { background-color: rgb(177,148,72); }
div.DivClassName
{
background-color: #B19448;
}
.BgClassName
{
background-color: #B19448;
}
</style>
border-color css
<style>
span { border-color: #B19448; }
span { border-color: rgb(177,148,72); }
td.TdClassName
{
border-color: #B19448;
}
.TagClassName
{
border-color: #B19448;
}
</style>