Shades of La Rioja #B1AA05
Tints of La Rioja #B1AA05
RGB
CMYK
RGB Variations
Color information
#B1AA05 (or 0xB1AA05) is known color: La Rioja. HEX triplet: B1, AA and 05. RGB value is (177,170,5). Sum of RGB (Red+Green+Blue) = 177+170+5=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1AA05 is #4E55FA. Grayscale: #999999. Windows color (decimal): -5133819 or 371377. OLE color: 371377.
HSL color Cylindrical-coordinate representation of color #B1AA05: hue angle of 57.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1AA05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.31 |
| HSL | 57.56º | 0.95% | 0.36% | - |
| HSV(B) | 57.56º | 0.97% | 0.69% | - |
| XYZ | 32.53 | 38.11 | 5.78 | - |
| YUV | 153.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 5 | 0 | 0.04 | 0.97 | 0.31 | 57.56 | 0.95 | 0.36 |
| Hex | B1 | AA | 5 | 0 | 4 | 61 | 1F | 3A | 5F | 24 |
| Octal | 261 | 252 | 5 | 0 | 4 | 141 | 37 | 72 | 137 | 44 |
| Binary | 10110001 | 10101010 | 101 | 0 | 100 | 1100001 | 11111 | 111010 | 1011111 | 100100 |
Color Harmonies of #B1AA05
Complementary color
Monochromatic Colors of #B1AA05
Black with #B1AA05
Text Example
Text Example
White with #B1AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA05; }
p { color: rgb(177,170,5); }
H1.HeaderClassName
{
color: #B1AA05;
}
.AnyTagClassName
{
color: #B1AA05;
}
</style>
background-color css
<style>
a { background-color: #B1AA05; }
a { background-color: rgb(177,170,5); }
div.DivClassName
{
background-color: #B1AA05;
}
.BgClassName
{
background-color: #B1AA05;
}
</style>
border-color css
<style>
span { border-color: #B1AA05; }
span { border-color: rgb(177,170,5); }
td.TdClassName
{
border-color: #B1AA05;
}
.TagClassName
{
border-color: #B1AA05;
}
</style>