Shades of Husk #B1904C
Tints of Husk #B1904C
RGB
CMYK
RGB Variations
Color information
#B1904C (or 0xB1904C) is known color: Husk. HEX triplet: B1, 90 and 4C. RGB value is (177,144,76). Sum of RGB (Red+Green+Blue) = 177+144+76=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1904C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1904C is #4E6FB3. Grayscale: #929292. Windows color (decimal): -5140404 or 5017777. OLE color: 5017777.
HSL color Cylindrical-coordinate representation of color #B1904C: hue angle of 40.4º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1904C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 76 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.31 |
| HSL | 40.4º | 0.4% | 0.5% | - |
| HSV(B) | 40.4º | 0.57% | 0.69% | - |
| XYZ | 29.41 | 29.82 | 11.04 | - |
| YUV | 146.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 76 | 0 | 0.19 | 0.57 | 0.31 | 40.4 | 0.4 | 0.5 |
| Hex | B1 | 90 | 4C | 0 | 13 | 39 | 1F | 28 | 28 | 32 |
| Octal | 261 | 220 | 114 | 0 | 23 | 71 | 37 | 50 | 50 | 62 |
| Binary | 10110001 | 10010000 | 1001100 | 0 | 10011 | 111001 | 11111 | 101000 | 101000 | 110010 |
Color Harmonies of #B1904C
Complementary color
Monochromatic Colors of #B1904C
Black with #B1904C
Text Example
Text Example
White with #B1904C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1904C; }
p { color: rgb(177,144,76); }
H1.HeaderClassName
{
color: #B1904C;
}
.AnyTagClassName
{
color: #B1904C;
}
</style>
background-color css
<style>
a { background-color: #B1904C; }
a { background-color: rgb(177,144,76); }
div.DivClassName
{
background-color: #B1904C;
}
.BgClassName
{
background-color: #B1904C;
}
</style>
border-color css
<style>
span { border-color: #B1904C; }
span { border-color: rgb(177,144,76); }
td.TdClassName
{
border-color: #B1904C;
}
.TagClassName
{
border-color: #B1904C;
}
</style>