Shades of La Rioja #B5B813
Tints of La Rioja #B5B813
RGB
CMYK
RGB Variations
Color information
#B5B813 (or 0xB5B813) is known color: La Rioja. HEX triplet: B5, B8 and 13. RGB value is (181,184,19). Sum of RGB (Red+Green+Blue) = 181+184+19=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B813 is #4A47EC. Grayscale: #A4A4A4. Windows color (decimal): -4868077 or 1292469. OLE color: 1292469.
HSL color Cylindrical-coordinate representation of color #B5B813: hue angle of 61.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B813 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 19 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.28 |
| HSL | 61.09º | 0.81% | 0.4% | - |
| HSV(B) | 61.09º | 0.9% | 0.72% | - |
| XYZ | 36.31 | 44.15 | 7.22 | - |
| YUV | 164.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 19 | 0.02 | 0 | 0.90 | 0.28 | 61.09 | 0.81 | 0.4 |
| Hex | B5 | B8 | 13 | 2 | 0 | 5A | 1C | 3D | 51 | 28 |
| Octal | 265 | 270 | 23 | 2 | 0 | 132 | 34 | 75 | 121 | 50 |
| Binary | 10110101 | 10111000 | 10011 | 10 | 0 | 1011010 | 11100 | 111101 | 1010001 | 101000 |
Color Harmonies of #B5B813
Complementary color
Monochromatic Colors of #B5B813
Black with #B5B813
Text Example
Text Example
White with #B5B813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B813; }
p { color: rgb(181,184,19); }
H1.HeaderClassName
{
color: #B5B813;
}
.AnyTagClassName
{
color: #B5B813;
}
</style>
background-color css
<style>
a { background-color: #B5B813; }
a { background-color: rgb(181,184,19); }
div.DivClassName
{
background-color: #B5B813;
}
.BgClassName
{
background-color: #B5B813;
}
</style>
border-color css
<style>
span { border-color: #B5B813; }
span { border-color: rgb(181,184,19); }
td.TdClassName
{
border-color: #B5B813;
}
.TagClassName
{
border-color: #B5B813;
}
</style>