Shades of Husk #B1A353
Tints of Husk #B1A353
RGB
CMYK
RGB Variations
Color information
#B1A353 (or 0xB1A353) is known color: Husk. HEX triplet: B1, A3 and 53. RGB value is (177,163,83). Sum of RGB (Red+Green+Blue) = 177+163+83=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A353 is #4E5CAC. Grayscale: #9E9E9E. Windows color (decimal): -5135533 or 5481393. OLE color: 5481393.
HSL color Cylindrical-coordinate representation of color #B1A353: hue angle of 51.06º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1A353 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 83 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.31 |
| HSL | 51.06º | 0.38% | 0.51% | - |
| HSV(B) | 51.06º | 0.53% | 0.69% | - |
| XYZ | 32.79 | 36.17 | 13.44 | - |
| YUV | 158.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 83 | 0 | 0.08 | 0.53 | 0.31 | 51.06 | 0.38 | 0.51 |
| Hex | B1 | A3 | 53 | 0 | 8 | 35 | 1F | 33 | 26 | 33 |
| Octal | 261 | 243 | 123 | 0 | 10 | 65 | 37 | 63 | 46 | 63 |
| Binary | 10110001 | 10100011 | 1010011 | 0 | 1000 | 110101 | 11111 | 110011 | 100110 | 110011 |
Color Harmonies of #B1A353
Complementary color
Monochromatic Colors of #B1A353
Black with #B1A353
Text Example
Text Example
White with #B1A353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A353; }
p { color: rgb(177,163,83); }
H1.HeaderClassName
{
color: #B1A353;
}
.AnyTagClassName
{
color: #B1A353;
}
</style>
background-color css
<style>
a { background-color: #B1A353; }
a { background-color: rgb(177,163,83); }
div.DivClassName
{
background-color: #B1A353;
}
.BgClassName
{
background-color: #B1A353;
}
</style>
border-color css
<style>
span { border-color: #B1A353; }
span { border-color: rgb(177,163,83); }
td.TdClassName
{
border-color: #B1A353;
}
.TagClassName
{
border-color: #B1A353;
}
</style>