Shades of La Rioja #B5B212
Tints of La Rioja #B5B212
RGB
CMYK
RGB Variations
Color information
#B5B212 (or 0xB5B212) is known color: La Rioja. HEX triplet: B5, B2 and 12. RGB value is (181,178,18). Sum of RGB (Red+Green+Blue) = 181+178+18=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B212 is #4A4DED. Grayscale: #A1A1A1. Windows color (decimal): -4869614 or 1225397. OLE color: 1225397.
HSL color Cylindrical-coordinate representation of color #B5B212: hue angle of 58.9º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B212 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.29 |
| HSL | 58.9º | 0.82% | 0.39% | - |
| HSV(B) | 58.9º | 0.9% | 0.71% | - |
| XYZ | 35.09 | 41.71 | 6.77 | - |
| YUV | 160.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 18 | 0 | 0.02 | 0.90 | 0.29 | 58.9 | 0.82 | 0.39 |
| Hex | B5 | B2 | 12 | 0 | 2 | 5A | 1D | 3B | 52 | 27 |
| Octal | 265 | 262 | 22 | 0 | 2 | 132 | 35 | 73 | 122 | 47 |
| Binary | 10110101 | 10110010 | 10010 | 0 | 10 | 1011010 | 11101 | 111011 | 1010010 | 100111 |
Color Harmonies of #B5B212
Complementary color
Monochromatic Colors of #B5B212
Black with #B5B212
Text Example
Text Example
White with #B5B212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B212; }
p { color: rgb(181,178,18); }
H1.HeaderClassName
{
color: #B5B212;
}
.AnyTagClassName
{
color: #B5B212;
}
</style>
background-color css
<style>
a { background-color: #B5B212; }
a { background-color: rgb(181,178,18); }
div.DivClassName
{
background-color: #B5B212;
}
.BgClassName
{
background-color: #B5B212;
}
</style>
border-color css
<style>
span { border-color: #B5B212; }
span { border-color: rgb(181,178,18); }
td.TdClassName
{
border-color: #B5B212;
}
.TagClassName
{
border-color: #B5B212;
}
</style>