Shades of La Rioja #B2AA05
Tints of La Rioja #B2AA05
RGB
CMYK
RGB Variations
Color information
#B2AA05 (or 0xB2AA05) is known color: La Rioja. HEX triplet: B2, AA and 05. RGB value is (178,170,5). Sum of RGB (Red+Green+Blue) = 178+170+5=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA05 is #4D55FA. Grayscale: #9A9A9A. Windows color (decimal): -5068283 or 371378. OLE color: 371378.
HSL color Cylindrical-coordinate representation of color #B2AA05: hue angle of 57.23º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2AA05 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 170 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.30 |
| HSL | 57.23º | 0.95% | 0.36% | - |
| HSV(B) | 57.23º | 0.97% | 0.7% | - |
| XYZ | 32.76 | 38.23 | 5.8 | - |
| YUV | 153.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 5 | 0 | 0.04 | 0.97 | 0.30 | 57.23 | 0.95 | 0.36 |
| Hex | B2 | AA | 5 | 0 | 4 | 61 | 1E | 39 | 5F | 24 |
| Octal | 262 | 252 | 5 | 0 | 4 | 141 | 36 | 71 | 137 | 44 |
| Binary | 10110010 | 10101010 | 101 | 0 | 100 | 1100001 | 11110 | 111001 | 1011111 | 100100 |
Color Harmonies of #B2AA05
Complementary color
Monochromatic Colors of #B2AA05
Black with #B2AA05
Text Example
Text Example
White with #B2AA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AA05; }
p { color: rgb(178,170,5); }
H1.HeaderClassName
{
color: #B2AA05;
}
.AnyTagClassName
{
color: #B2AA05;
}
</style>
background-color css
<style>
a { background-color: #B2AA05; }
a { background-color: rgb(178,170,5); }
div.DivClassName
{
background-color: #B2AA05;
}
.BgClassName
{
background-color: #B2AA05;
}
</style>
border-color css
<style>
span { border-color: #B2AA05; }
span { border-color: rgb(178,170,5); }
td.TdClassName
{
border-color: #B2AA05;
}
.TagClassName
{
border-color: #B2AA05;
}
</style>