Shades of Husk #B1914C
Tints of Husk #B1914C
RGB
CMYK
RGB Variations
Color information
#B1914C (or 0xB1914C) is known color: Husk. HEX triplet: B1, 91 and 4C. RGB value is (177,145,76). Sum of RGB (Red+Green+Blue) = 177+145+76=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1914C is #4E6EB3. Grayscale: #939393. Windows color (decimal): -5140148 or 5018033. OLE color: 5018033.
HSL color Cylindrical-coordinate representation of color #B1914C: hue angle of 40.99º 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 #B1914C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 76 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.31 |
| HSL | 40.99º | 0.4% | 0.5% | - |
| HSV(B) | 40.99º | 0.57% | 0.69% | - |
| XYZ | 29.56 | 30.12 | 11.09 | - |
| YUV | 146.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 76 | 0 | 0.18 | 0.57 | 0.31 | 40.99 | 0.4 | 0.5 |
| Hex | B1 | 91 | 4C | 0 | 12 | 39 | 1F | 29 | 28 | 32 |
| Octal | 261 | 221 | 114 | 0 | 22 | 71 | 37 | 51 | 50 | 62 |
| Binary | 10110001 | 10010001 | 1001100 | 0 | 10010 | 111001 | 11111 | 101001 | 101000 | 110010 |
Color Harmonies of #B1914C
Complementary color
Monochromatic Colors of #B1914C
Black with #B1914C
Text Example
Text Example
White with #B1914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1914C; }
p { color: rgb(177,145,76); }
H1.HeaderClassName
{
color: #B1914C;
}
.AnyTagClassName
{
color: #B1914C;
}
</style>
background-color css
<style>
a { background-color: #B1914C; }
a { background-color: rgb(177,145,76); }
div.DivClassName
{
background-color: #B1914C;
}
.BgClassName
{
background-color: #B1914C;
}
</style>
border-color css
<style>
span { border-color: #B1914C; }
span { border-color: rgb(177,145,76); }
td.TdClassName
{
border-color: #B1914C;
}
.TagClassName
{
border-color: #B1914C;
}
</style>