Shades of Husk #B1954B
Tints of Husk #B1954B
RGB
CMYK
RGB Variations
Color information
#B1954B (or 0xB1954B) is known color: Husk. HEX triplet: B1, 95 and 4B. RGB value is (177,149,75). Sum of RGB (Red+Green+Blue) = 177+149+75=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1954B is #4E6AB4. Grayscale: #959595. Windows color (decimal): -5139125 or 4953521. OLE color: 4953521.
HSL color Cylindrical-coordinate representation of color #B1954B: hue angle of 43.53º degrees, saturation: 0.4, 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 #B1954B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 75 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.31 |
| HSL | 43.53º | 0.4% | 0.49% | - |
| HSV(B) | 43.53º | 0.58% | 0.69% | - |
| XYZ | 30.15 | 31.35 | 11.12 | - |
| YUV | 148.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 75 | 0 | 0.16 | 0.58 | 0.31 | 43.53 | 0.4 | 0.49 |
| Hex | B1 | 95 | 4B | 0 | 10 | 3A | 1F | 2C | 28 | 31 |
| Octal | 261 | 225 | 113 | 0 | 20 | 72 | 37 | 54 | 50 | 61 |
| Binary | 10110001 | 10010101 | 1001011 | 0 | 10000 | 111010 | 11111 | 101100 | 101000 | 110001 |
Color Harmonies of #B1954B
Complementary color
Monochromatic Colors of #B1954B
Black with #B1954B
Text Example
Text Example
White with #B1954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1954B; }
p { color: rgb(177,149,75); }
H1.HeaderClassName
{
color: #B1954B;
}
.AnyTagClassName
{
color: #B1954B;
}
</style>
background-color css
<style>
a { background-color: #B1954B; }
a { background-color: rgb(177,149,75); }
div.DivClassName
{
background-color: #B1954B;
}
.BgClassName
{
background-color: #B1954B;
}
</style>
border-color css
<style>
span { border-color: #B1954B; }
span { border-color: rgb(177,149,75); }
td.TdClassName
{
border-color: #B1954B;
}
.TagClassName
{
border-color: #B1954B;
}
</style>