Shades of Husk #B1974C
Tints of Husk #B1974C
RGB
CMYK
RGB Variations
Color information
#B1974C (or 0xB1974C) is known color: Husk. HEX triplet: B1, 97 and 4C. RGB value is (177,151,76). Sum of RGB (Red+Green+Blue) = 177+151+76=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1974C is #4E68B3. Grayscale: #969696. Windows color (decimal): -5138612 or 5019569. OLE color: 5019569.
HSL color Cylindrical-coordinate representation of color #B1974C: hue angle of 44.55º 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 #B1974C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 76 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.31 |
| HSL | 44.55º | 0.4% | 0.5% | - |
| HSV(B) | 44.55º | 0.57% | 0.69% | - |
| XYZ | 30.5 | 32 | 11.41 | - |
| YUV | 150.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 76 | 0 | 0.15 | 0.57 | 0.31 | 44.55 | 0.4 | 0.5 |
| Hex | B1 | 97 | 4C | 0 | F | 39 | 1F | 2D | 28 | 32 |
| Octal | 261 | 227 | 114 | 0 | 17 | 71 | 37 | 55 | 50 | 62 |
| Binary | 10110001 | 10010111 | 1001100 | 0 | 1111 | 111001 | 11111 | 101101 | 101000 | 110010 |
Color Harmonies of #B1974C
Complementary color
Monochromatic Colors of #B1974C
Black with #B1974C
Text Example
Text Example
White with #B1974C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1974C; }
p { color: rgb(177,151,76); }
H1.HeaderClassName
{
color: #B1974C;
}
.AnyTagClassName
{
color: #B1974C;
}
</style>
background-color css
<style>
a { background-color: #B1974C; }
a { background-color: rgb(177,151,76); }
div.DivClassName
{
background-color: #B1974C;
}
.BgClassName
{
background-color: #B1974C;
}
</style>
border-color css
<style>
span { border-color: #B1974C; }
span { border-color: rgb(177,151,76); }
td.TdClassName
{
border-color: #B1974C;
}
.TagClassName
{
border-color: #B1974C;
}
</style>