Shades of La Rioja #B5B000
Tints of La Rioja #B5B000
RGB
CMYK
RGB Variations
Color information
#B5B000 (or 0xB5B000) is known color: La Rioja. HEX triplet: B5, B0 and 00. RGB value is (181,176,0). Sum of RGB (Red+Green+Blue) = 181+176+0=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B000 is #4A4FFF. Grayscale: #9E9E9E. Windows color (decimal): -4870144 or 45237. OLE color: 45237.
HSL color Cylindrical-coordinate representation of color #B5B000: hue angle of 58.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5B000 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.29 |
| HSL | 58.34º | 1% | 0.35% | - |
| HSV(B) | 58.34º | 1% | 0.71% | - |
| XYZ | 34.58 | 40.87 | 6.07 | - |
| YUV | 157.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 0 | 0 | 0.03 | 1 | 0.29 | 58.34 | 1 | 0.35 |
| Hex | B5 | B0 | 0 | 0 | 3 | 64 | 1D | 3A | 64 | 23 |
| Octal | 265 | 260 | 0 | 0 | 3 | 144 | 35 | 72 | 144 | 43 |
| Binary | 10110101 | 10110000 | 0 | 0 | 11 | 1100100 | 11101 | 111010 | 1100100 | 100011 |
Color Harmonies of #B5B000
Complementary color
Monochromatic Colors of #B5B000
Black with #B5B000
Text Example
Text Example
White with #B5B000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B000; }
p { color: rgb(181,176,0); }
H1.HeaderClassName
{
color: #B5B000;
}
.AnyTagClassName
{
color: #B5B000;
}
</style>
background-color css
<style>
a { background-color: #B5B000; }
a { background-color: rgb(181,176,0); }
div.DivClassName
{
background-color: #B5B000;
}
.BgClassName
{
background-color: #B5B000;
}
</style>
border-color css
<style>
span { border-color: #B5B000; }
span { border-color: rgb(181,176,0); }
td.TdClassName
{
border-color: #B5B000;
}
.TagClassName
{
border-color: #B5B000;
}
</style>