Shades of Husk #B1984A
Tints of Husk #B1984A
RGB
CMYK
RGB Variations
Color information
#B1984A (or 0xB1984A) is known color: Husk. HEX triplet: B1, 98 and 4A. RGB value is (177,152,74). Sum of RGB (Red+Green+Blue) = 177+152+74=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1984A is #4E67B5. Grayscale: #969696. Windows color (decimal): -5138358 or 4888753. OLE color: 4888753.
HSL color Cylindrical-coordinate representation of color #B1984A: hue angle of 45.44º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1984A is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 74 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.31 |
| HSL | 45.44º | 0.41% | 0.49% | - |
| HSV(B) | 45.44º | 0.58% | 0.69% | - |
| XYZ | 30.6 | 32.3 | 11.1 | - |
| YUV | 150.58 | 84.78 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 74 | 0 | 0.14 | 0.58 | 0.31 | 45.44 | 0.41 | 0.49 |
| Hex | B1 | 98 | 4A | 0 | E | 3A | 1F | 2D | 29 | 31 |
| Octal | 261 | 230 | 112 | 0 | 16 | 72 | 37 | 55 | 51 | 61 |
| Binary | 10110001 | 10011000 | 1001010 | 0 | 1110 | 111010 | 11111 | 101101 | 101001 | 110001 |
Color Harmonies of #B1984A
Complementary color
Monochromatic Colors of #B1984A
Black with #B1984A
Text Example
Text Example
White with #B1984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1984A; }
p { color: rgb(177,152,74); }
H1.HeaderClassName
{
color: #B1984A;
}
.AnyTagClassName
{
color: #B1984A;
}
</style>
background-color css
<style>
a { background-color: #B1984A; }
a { background-color: rgb(177,152,74); }
div.DivClassName
{
background-color: #B1984A;
}
.BgClassName
{
background-color: #B1984A;
}
</style>
border-color css
<style>
span { border-color: #B1984A; }
span { border-color: rgb(177,152,74); }
td.TdClassName
{
border-color: #B1984A;
}
.TagClassName
{
border-color: #B1984A;
}
</style>