Shades of La Rioja #B5B400
Tints of La Rioja #B5B400
RGB
CMYK
RGB Variations
Color information
#B5B400 (or 0xB5B400) is known color: La Rioja. HEX triplet: B5, B4 and 00. RGB value is (181,180,0). Sum of RGB (Red+Green+Blue) = 181+180+0=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B400 is #4A4BFF. Grayscale: #A0A0A0. Windows color (decimal): -4869120 or 46261. OLE color: 46261.
HSL color Cylindrical-coordinate representation of color #B5B400: hue angle of 59.67º 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 #B5B400 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.29 |
| HSL | 59.67º | 1% | 0.35% | - |
| HSV(B) | 59.67º | 1% | 0.71% | - |
| XYZ | 35.38 | 42.47 | 6.33 | - |
| YUV | 159.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 0 | 0 | 0.01 | 1 | 0.29 | 59.67 | 1 | 0.35 |
| Hex | B5 | B4 | 0 | 0 | 1 | 64 | 1D | 3C | 64 | 23 |
| Octal | 265 | 264 | 0 | 0 | 1 | 144 | 35 | 74 | 144 | 43 |
| Binary | 10110101 | 10110100 | 0 | 0 | 1 | 1100100 | 11101 | 111100 | 1100100 | 100011 |
Color Harmonies of #B5B400
Complementary color
Monochromatic Colors of #B5B400
Black with #B5B400
Text Example
Text Example
White with #B5B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B400; }
p { color: rgb(181,180,0); }
H1.HeaderClassName
{
color: #B5B400;
}
.AnyTagClassName
{
color: #B5B400;
}
</style>
background-color css
<style>
a { background-color: #B5B400; }
a { background-color: rgb(181,180,0); }
div.DivClassName
{
background-color: #B5B400;
}
.BgClassName
{
background-color: #B5B400;
}
</style>
border-color css
<style>
span { border-color: #B5B400; }
span { border-color: rgb(181,180,0); }
td.TdClassName
{
border-color: #B5B400;
}
.TagClassName
{
border-color: #B5B400;
}
</style>