Shades of La Rioja #B5B30A
Tints of La Rioja #B5B30A
RGB
CMYK
RGB Variations
Color information
#B5B30A (or 0xB5B30A) is known color: La Rioja. HEX triplet: B5, B3 and 0A. RGB value is (181,179,10). Sum of RGB (Red+Green+Blue) = 181+179+10=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B30A is #4A4CF5. Grayscale: #A1A1A1. Windows color (decimal): -4869366 or 701365. OLE color: 701365.
HSL color Cylindrical-coordinate representation of color #B5B30A: hue angle of 59.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5B30A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.29 |
| HSL | 59.3º | 0.9% | 0.37% | - |
| HSV(B) | 59.3º | 0.94% | 0.71% | - |
| XYZ | 35.23 | 42.09 | 6.55 | - |
| YUV | 160.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 10 | 0 | 0.01 | 0.94 | 0.29 | 59.3 | 0.9 | 0.37 |
| Hex | B5 | B3 | A | 0 | 1 | 5E | 1D | 3B | 5A | 25 |
| Octal | 265 | 263 | 12 | 0 | 1 | 136 | 35 | 73 | 132 | 45 |
| Binary | 10110101 | 10110011 | 1010 | 0 | 1 | 1011110 | 11101 | 111011 | 1011010 | 100101 |
Color Harmonies of #B5B30A
Complementary color
Monochromatic Colors of #B5B30A
Black with #B5B30A
Text Example
Text Example
White with #B5B30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B30A; }
p { color: rgb(181,179,10); }
H1.HeaderClassName
{
color: #B5B30A;
}
.AnyTagClassName
{
color: #B5B30A;
}
</style>
background-color css
<style>
a { background-color: #B5B30A; }
a { background-color: rgb(181,179,10); }
div.DivClassName
{
background-color: #B5B30A;
}
.BgClassName
{
background-color: #B5B30A;
}
</style>
border-color css
<style>
span { border-color: #B5B30A; }
span { border-color: rgb(181,179,10); }
td.TdClassName
{
border-color: #B5B30A;
}
.TagClassName
{
border-color: #B5B30A;
}
</style>