Shades of Husk #B1A452
Tints of Husk #B1A452
RGB
CMYK
RGB Variations
Color information
#B1A452 (or 0xB1A452) is known color: Husk. HEX triplet: B1, A4 and 52. RGB value is (177,164,82). Sum of RGB (Red+Green+Blue) = 177+164+82=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A452 is #4E5BAD. Grayscale: #9E9E9E. Windows color (decimal): -5135278 or 5416113. OLE color: 5416113.
HSL color Cylindrical-coordinate representation of color #B1A452: hue angle of 51.79º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1A452 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 82 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.31 |
| HSL | 51.79º | 0.38% | 0.51% | - |
| HSV(B) | 51.79º | 0.54% | 0.69% | - |
| XYZ | 32.93 | 36.51 | 13.29 | - |
| YUV | 158.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 82 | 0 | 0.07 | 0.54 | 0.31 | 51.79 | 0.38 | 0.51 |
| Hex | B1 | A4 | 52 | 0 | 7 | 36 | 1F | 34 | 26 | 33 |
| Octal | 261 | 244 | 122 | 0 | 7 | 66 | 37 | 64 | 46 | 63 |
| Binary | 10110001 | 10100100 | 1010010 | 0 | 111 | 110110 | 11111 | 110100 | 100110 | 110011 |
Color Harmonies of #B1A452
Complementary color
Monochromatic Colors of #B1A452
Black with #B1A452
Text Example
Text Example
White with #B1A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A452; }
p { color: rgb(177,164,82); }
H1.HeaderClassName
{
color: #B1A452;
}
.AnyTagClassName
{
color: #B1A452;
}
</style>
background-color css
<style>
a { background-color: #B1A452; }
a { background-color: rgb(177,164,82); }
div.DivClassName
{
background-color: #B1A452;
}
.BgClassName
{
background-color: #B1A452;
}
</style>
border-color css
<style>
span { border-color: #B1A452; }
span { border-color: rgb(177,164,82); }
td.TdClassName
{
border-color: #B1A452;
}
.TagClassName
{
border-color: #B1A452;
}
</style>