Shades of Husk #B1A350
Tints of Husk #B1A350
RGB
CMYK
RGB Variations
Color information
#B1A350 (or 0xB1A350) is known color: Husk. HEX triplet: B1, A3 and 50. RGB value is (177,163,80). Sum of RGB (Red+Green+Blue) = 177+163+80=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A350 is #4E5CAF. Grayscale: #9E9E9E. Windows color (decimal): -5135536 or 5284785. OLE color: 5284785.
HSL color Cylindrical-coordinate representation of color #B1A350: hue angle of 51.34º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1A350 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 80 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.31 |
| HSL | 51.34º | 0.38% | 0.5% | - |
| HSV(B) | 51.34º | 0.55% | 0.69% | - |
| XYZ | 32.68 | 36.12 | 12.84 | - |
| YUV | 157.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 80 | 0 | 0.08 | 0.55 | 0.31 | 51.34 | 0.38 | 0.5 |
| Hex | B1 | A3 | 50 | 0 | 8 | 37 | 1F | 33 | 26 | 32 |
| Octal | 261 | 243 | 120 | 0 | 10 | 67 | 37 | 63 | 46 | 62 |
| Binary | 10110001 | 10100011 | 1010000 | 0 | 1000 | 110111 | 11111 | 110011 | 100110 | 110010 |
Color Harmonies of #B1A350
Complementary color
Monochromatic Colors of #B1A350
Black with #B1A350
Text Example
Text Example
White with #B1A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A350; }
p { color: rgb(177,163,80); }
H1.HeaderClassName
{
color: #B1A350;
}
.AnyTagClassName
{
color: #B1A350;
}
</style>
background-color css
<style>
a { background-color: #B1A350; }
a { background-color: rgb(177,163,80); }
div.DivClassName
{
background-color: #B1A350;
}
.BgClassName
{
background-color: #B1A350;
}
</style>
border-color css
<style>
span { border-color: #B1A350; }
span { border-color: rgb(177,163,80); }
td.TdClassName
{
border-color: #B1A350;
}
.TagClassName
{
border-color: #B1A350;
}
</style>