Shades of La Rioja #B2A805
Tints of La Rioja #B2A805
RGB
CMYK
RGB Variations
Color information
#B2A805 (or 0xB2A805) is known color: La Rioja. HEX triplet: B2, A8 and 05. RGB value is (178,168,5). Sum of RGB (Red+Green+Blue) = 178+168+5=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A805 is #4D57FA. Grayscale: #999999. Windows color (decimal): -5068795 or 370866. OLE color: 370866.
HSL color Cylindrical-coordinate representation of color #B2A805: hue angle of 56.53º 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 #B2A805 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 5 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.30 |
| HSL | 56.53º | 0.95% | 0.36% | - |
| HSV(B) | 56.53º | 0.97% | 0.7% | - |
| XYZ | 32.39 | 37.48 | 5.67 | - |
| YUV | 152.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 5 | 0 | 0.06 | 0.97 | 0.30 | 56.53 | 0.95 | 0.36 |
| Hex | B2 | A8 | 5 | 0 | 6 | 61 | 1E | 39 | 5F | 24 |
| Octal | 262 | 250 | 5 | 0 | 6 | 141 | 36 | 71 | 137 | 44 |
| Binary | 10110010 | 10101000 | 101 | 0 | 110 | 1100001 | 11110 | 111001 | 1011111 | 100100 |
Color Harmonies of #B2A805
Complementary color
Monochromatic Colors of #B2A805
Black with #B2A805
Text Example
Text Example
White with #B2A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A805; }
p { color: rgb(178,168,5); }
H1.HeaderClassName
{
color: #B2A805;
}
.AnyTagClassName
{
color: #B2A805;
}
</style>
background-color css
<style>
a { background-color: #B2A805; }
a { background-color: rgb(178,168,5); }
div.DivClassName
{
background-color: #B2A805;
}
.BgClassName
{
background-color: #B2A805;
}
</style>
border-color css
<style>
span { border-color: #B2A805; }
span { border-color: rgb(178,168,5); }
td.TdClassName
{
border-color: #B2A805;
}
.TagClassName
{
border-color: #B2A805;
}
</style>