Shades of La Rioja #B5B312
Tints of La Rioja #B5B312
RGB
CMYK
RGB Variations
Color information
#B5B312 (or 0xB5B312) is known color: La Rioja. HEX triplet: B5, B3 and 12. RGB value is (181,179,18). Sum of RGB (Red+Green+Blue) = 181+179+18=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B312 is #4A4CED. Grayscale: #A1A1A1. Windows color (decimal): -4869358 or 1225653. OLE color: 1225653.
HSL color Cylindrical-coordinate representation of color #B5B312: hue angle of 59.26º 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 #B5B312 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 18 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.29 |
| HSL | 59.26º | 0.82% | 0.39% | - |
| HSV(B) | 59.26º | 0.9% | 0.71% | - |
| XYZ | 35.29 | 42.11 | 6.84 | - |
| YUV | 161.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 18 | 0 | 0.01 | 0.90 | 0.29 | 59.26 | 0.82 | 0.39 |
| Hex | B5 | B3 | 12 | 0 | 1 | 5A | 1D | 3B | 52 | 27 |
| Octal | 265 | 263 | 22 | 0 | 1 | 132 | 35 | 73 | 122 | 47 |
| Binary | 10110101 | 10110011 | 10010 | 0 | 1 | 1011010 | 11101 | 111011 | 1010010 | 100111 |
Color Harmonies of #B5B312
Complementary color
Monochromatic Colors of #B5B312
Black with #B5B312
Text Example
Text Example
White with #B5B312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B312; }
p { color: rgb(181,179,18); }
H1.HeaderClassName
{
color: #B5B312;
}
.AnyTagClassName
{
color: #B5B312;
}
</style>
background-color css
<style>
a { background-color: #B5B312; }
a { background-color: rgb(181,179,18); }
div.DivClassName
{
background-color: #B5B312;
}
.BgClassName
{
background-color: #B5B312;
}
</style>
border-color css
<style>
span { border-color: #B5B312; }
span { border-color: rgb(181,179,18); }
td.TdClassName
{
border-color: #B5B312;
}
.TagClassName
{
border-color: #B5B312;
}
</style>