Shades of Husk #B1944E
Tints of Husk #B1944E
RGB
CMYK
RGB Variations
Color information
#B1944E (or 0xB1944E) is known color: Husk. HEX triplet: B1, 94 and 4E. RGB value is (177,148,78). Sum of RGB (Red+Green+Blue) = 177+148+78=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1944E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1944E is #4E6BB1. Grayscale: #959595. Windows color (decimal): -5139378 or 5149873. OLE color: 5149873.
HSL color Cylindrical-coordinate representation of color #B1944E: hue angle of 42.42º 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 #B1944E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 78 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.31 |
| HSL | 42.42º | 0.39% | 0.5% | - |
| HSV(B) | 42.42º | 0.56% | 0.69% | - |
| XYZ | 30.1 | 31.08 | 11.62 | - |
| YUV | 148.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 78 | 0 | 0.16 | 0.56 | 0.31 | 42.42 | 0.39 | 0.5 |
| Hex | B1 | 94 | 4E | 0 | 10 | 38 | 1F | 2A | 27 | 32 |
| Octal | 261 | 224 | 116 | 0 | 20 | 70 | 37 | 52 | 47 | 62 |
| Binary | 10110001 | 10010100 | 1001110 | 0 | 10000 | 111000 | 11111 | 101010 | 100111 | 110010 |
Color Harmonies of #B1944E
Complementary color
Monochromatic Colors of #B1944E
Black with #B1944E
Text Example
Text Example
White with #B1944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1944E; }
p { color: rgb(177,148,78); }
H1.HeaderClassName
{
color: #B1944E;
}
.AnyTagClassName
{
color: #B1944E;
}
</style>
background-color css
<style>
a { background-color: #B1944E; }
a { background-color: rgb(177,148,78); }
div.DivClassName
{
background-color: #B1944E;
}
.BgClassName
{
background-color: #B1944E;
}
</style>
border-color css
<style>
span { border-color: #B1944E; }
span { border-color: rgb(177,148,78); }
td.TdClassName
{
border-color: #B1944E;
}
.TagClassName
{
border-color: #B1944E;
}
</style>