Shades of La Rioja #B5B30B
Tints of La Rioja #B5B30B
RGB
CMYK
RGB Variations
Color information
#B5B30B (or 0xB5B30B) is known color: La Rioja. HEX triplet: B5, B3 and 0B. RGB value is (181,179,11). Sum of RGB (Red+Green+Blue) = 181+179+11=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B30B is #4A4CF4. Grayscale: #A1A1A1. Windows color (decimal): -4869365 or 766901. OLE color: 766901.
HSL color Cylindrical-coordinate representation of color #B5B30B: hue angle of 59.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5B30B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.29 |
| HSL | 59.29º | 0.89% | 0.38% | - |
| HSV(B) | 59.29º | 0.94% | 0.71% | - |
| XYZ | 35.24 | 42.09 | 6.58 | - |
| YUV | 160.45 | 43.66 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 11 | 0 | 0.01 | 0.94 | 0.29 | 59.29 | 0.89 | 0.38 |
| Hex | B5 | B3 | B | 0 | 1 | 5E | 1D | 3B | 59 | 26 |
| Octal | 265 | 263 | 13 | 0 | 1 | 136 | 35 | 73 | 131 | 46 |
| Binary | 10110101 | 10110011 | 1011 | 0 | 1 | 1011110 | 11101 | 111011 | 1011001 | 100110 |
Color Harmonies of #B5B30B
Complementary color
Monochromatic Colors of #B5B30B
Black with #B5B30B
Text Example
Text Example
White with #B5B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B30B; }
p { color: rgb(181,179,11); }
H1.HeaderClassName
{
color: #B5B30B;
}
.AnyTagClassName
{
color: #B5B30B;
}
</style>
background-color css
<style>
a { background-color: #B5B30B; }
a { background-color: rgb(181,179,11); }
div.DivClassName
{
background-color: #B5B30B;
}
.BgClassName
{
background-color: #B5B30B;
}
</style>
border-color css
<style>
span { border-color: #B5B30B; }
span { border-color: rgb(181,179,11); }
td.TdClassName
{
border-color: #B5B30B;
}
.TagClassName
{
border-color: #B5B30B;
}
</style>