Shades of La Rioja #B5B501
Tints of La Rioja #B5B501
RGB
CMYK
RGB Variations
Color information
#B5B501 (or 0xB5B501) is known color: La Rioja. HEX triplet: B5, B5 and 01. RGB value is (181,181,1). Sum of RGB (Red+Green+Blue) = 181+181+1=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B501 is #4A4AFE. Grayscale: #A1A1A1. Windows color (decimal): -4868863 or 112053. OLE color: 112053.
HSL color Cylindrical-coordinate representation of color #B5B501: hue angle of 60º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5B501 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 181 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.29 |
| HSL | 60º | 0.99% | 0.36% | - |
| HSV(B) | 60º | 0.99% | 0.71% | - |
| XYZ | 35.59 | 42.87 | 6.43 | - |
| YUV | 160.48 | 38 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 181 | 1 | 0 | 0 | 0.99 | 0.29 | 60 | 0.99 | 0.36 |
| Hex | B5 | B5 | 1 | 0 | 0 | 63 | 1D | 3C | 63 | 24 |
| Octal | 265 | 265 | 1 | 0 | 0 | 143 | 35 | 74 | 143 | 44 |
| Binary | 10110101 | 10110101 | 1 | 0 | 0 | 1100011 | 11101 | 111100 | 1100011 | 100100 |
Color Harmonies of #B5B501
Complementary color
Monochromatic Colors of #B5B501
Black with #B5B501
Text Example
Text Example
White with #B5B501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B501; }
p { color: rgb(181,181,1); }
H1.HeaderClassName
{
color: #B5B501;
}
.AnyTagClassName
{
color: #B5B501;
}
</style>
background-color css
<style>
a { background-color: #B5B501; }
a { background-color: rgb(181,181,1); }
div.DivClassName
{
background-color: #B5B501;
}
.BgClassName
{
background-color: #B5B501;
}
</style>
border-color css
<style>
span { border-color: #B5B501; }
span { border-color: rgb(181,181,1); }
td.TdClassName
{
border-color: #B5B501;
}
.TagClassName
{
border-color: #B5B501;
}
</style>