Shades of La Rioja #B8B516
Tints of La Rioja #B8B516
RGB
CMYK
RGB Variations
Color information
#B8B516 (or 0xB8B516) is known color: La Rioja. HEX triplet: B8, B5 and 16. RGB value is (184,181,22). Sum of RGB (Red+Green+Blue) = 184+181+22=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B516 is #474AE9. Grayscale: #A4A4A4. Windows color (decimal): -4672234 or 1488312. OLE color: 1488312.
HSL color Cylindrical-coordinate representation of color #B8B516: hue angle of 58.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8B516 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 22 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.28 |
| HSL | 58.89º | 0.79% | 0.4% | - |
| HSV(B) | 58.89º | 0.88% | 0.72% | - |
| XYZ | 36.44 | 43.3 | 7.2 | - |
| YUV | 163.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 22 | 0 | 0.02 | 0.88 | 0.28 | 58.89 | 0.79 | 0.4 |
| Hex | B8 | B5 | 16 | 0 | 2 | 58 | 1C | 3B | 4F | 28 |
| Octal | 270 | 265 | 26 | 0 | 2 | 130 | 34 | 73 | 117 | 50 |
| Binary | 10111000 | 10110101 | 10110 | 0 | 10 | 1011000 | 11100 | 111011 | 1001111 | 101000 |
Color Harmonies of #B8B516
Complementary color
Monochromatic Colors of #B8B516
Black with #B8B516
Text Example
Text Example
White with #B8B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B516; }
p { color: rgb(184,181,22); }
H1.HeaderClassName
{
color: #B8B516;
}
.AnyTagClassName
{
color: #B8B516;
}
</style>
background-color css
<style>
a { background-color: #B8B516; }
a { background-color: rgb(184,181,22); }
div.DivClassName
{
background-color: #B8B516;
}
.BgClassName
{
background-color: #B8B516;
}
</style>
border-color css
<style>
span { border-color: #B8B516; }
span { border-color: rgb(184,181,22); }
td.TdClassName
{
border-color: #B8B516;
}
.TagClassName
{
border-color: #B8B516;
}
</style>