Shades of Husk #B1914E
Tints of Husk #B1914E
RGB
CMYK
RGB Variations
Color information
#B1914E (or 0xB1914E) is known color: Husk. HEX triplet: B1, 91 and 4E. RGB value is (177,145,78). Sum of RGB (Red+Green+Blue) = 177+145+78=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1914E is #4E6EB1. Grayscale: #939393. Windows color (decimal): -5140146 or 5149105. OLE color: 5149105.
HSL color Cylindrical-coordinate representation of color #B1914E: hue angle of 40.61º 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 #B1914E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 78 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.31 |
| HSL | 40.61º | 0.39% | 0.5% | - |
| HSV(B) | 40.61º | 0.56% | 0.69% | - |
| XYZ | 29.63 | 30.15 | 11.47 | - |
| YUV | 146.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 78 | 0 | 0.18 | 0.56 | 0.31 | 40.61 | 0.39 | 0.5 |
| Hex | B1 | 91 | 4E | 0 | 12 | 38 | 1F | 29 | 27 | 32 |
| Octal | 261 | 221 | 116 | 0 | 22 | 70 | 37 | 51 | 47 | 62 |
| Binary | 10110001 | 10010001 | 1001110 | 0 | 10010 | 111000 | 11111 | 101001 | 100111 | 110010 |
Color Harmonies of #B1914E
Complementary color
Monochromatic Colors of #B1914E
Black with #B1914E
Text Example
Text Example
White with #B1914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1914E; }
p { color: rgb(177,145,78); }
H1.HeaderClassName
{
color: #B1914E;
}
.AnyTagClassName
{
color: #B1914E;
}
</style>
background-color css
<style>
a { background-color: #B1914E; }
a { background-color: rgb(177,145,78); }
div.DivClassName
{
background-color: #B1914E;
}
.BgClassName
{
background-color: #B1914E;
}
</style>
border-color css
<style>
span { border-color: #B1914E; }
span { border-color: rgb(177,145,78); }
td.TdClassName
{
border-color: #B1914E;
}
.TagClassName
{
border-color: #B1914E;
}
</style>