Shades of Husk #B1994E
Tints of Husk #B1994E
RGB
CMYK
RGB Variations
Color information
#B1994E (or 0xB1994E) is known color: Husk. HEX triplet: B1, 99 and 4E. RGB value is (177,153,78). Sum of RGB (Red+Green+Blue) = 177+153+78=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1994E is #4E66B1. Grayscale: #979797. Windows color (decimal): -5138098 or 5151153. OLE color: 5151153.
HSL color Cylindrical-coordinate representation of color #B1994E: hue angle of 45.45º 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 #B1994E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 78 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.31 |
| HSL | 45.45º | 0.39% | 0.5% | - |
| HSV(B) | 45.45º | 0.56% | 0.69% | - |
| XYZ | 30.9 | 32.68 | 11.89 | - |
| YUV | 151.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 78 | 0 | 0.14 | 0.56 | 0.31 | 45.45 | 0.39 | 0.5 |
| Hex | B1 | 99 | 4E | 0 | E | 38 | 1F | 2D | 27 | 32 |
| Octal | 261 | 231 | 116 | 0 | 16 | 70 | 37 | 55 | 47 | 62 |
| Binary | 10110001 | 10011001 | 1001110 | 0 | 1110 | 111000 | 11111 | 101101 | 100111 | 110010 |
Color Harmonies of #B1994E
Complementary color
Monochromatic Colors of #B1994E
Black with #B1994E
Text Example
Text Example
White with #B1994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1994E; }
p { color: rgb(177,153,78); }
H1.HeaderClassName
{
color: #B1994E;
}
.AnyTagClassName
{
color: #B1994E;
}
</style>
background-color css
<style>
a { background-color: #B1994E; }
a { background-color: rgb(177,153,78); }
div.DivClassName
{
background-color: #B1994E;
}
.BgClassName
{
background-color: #B1994E;
}
</style>
border-color css
<style>
span { border-color: #B1994E; }
span { border-color: rgb(177,153,78); }
td.TdClassName
{
border-color: #B1994E;
}
.TagClassName
{
border-color: #B1994E;
}
</style>