Shades of La Rioja #B5B30C
Tints of La Rioja #B5B30C
RGB
CMYK
RGB Variations
Color information
#B5B30C (or 0xB5B30C) is known color: La Rioja. HEX triplet: B5, B3 and 0C. RGB value is (181,179,12). Sum of RGB (Red+Green+Blue) = 181+179+12=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B30C is #4A4CF3. Grayscale: #A1A1A1. Windows color (decimal): -4869364 or 832437. OLE color: 832437.
HSL color Cylindrical-coordinate representation of color #B5B30C: hue angle of 59.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B30C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.29 |
| HSL | 59.29º | 0.88% | 0.38% | - |
| HSV(B) | 59.29º | 0.93% | 0.71% | - |
| XYZ | 35.24 | 42.09 | 6.61 | - |
| YUV | 160.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 12 | 0 | 0.01 | 0.93 | 0.29 | 59.29 | 0.88 | 0.38 |
| Hex | B5 | B3 | C | 0 | 1 | 5D | 1D | 3B | 58 | 26 |
| Octal | 265 | 263 | 14 | 0 | 1 | 135 | 35 | 73 | 130 | 46 |
| Binary | 10110101 | 10110011 | 1100 | 0 | 1 | 1011101 | 11101 | 111011 | 1011000 | 100110 |
Color Harmonies of #B5B30C
Complementary color
Monochromatic Colors of #B5B30C
Black with #B5B30C
Text Example
Text Example
White with #B5B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B30C; }
p { color: rgb(181,179,12); }
H1.HeaderClassName
{
color: #B5B30C;
}
.AnyTagClassName
{
color: #B5B30C;
}
</style>
background-color css
<style>
a { background-color: #B5B30C; }
a { background-color: rgb(181,179,12); }
div.DivClassName
{
background-color: #B5B30C;
}
.BgClassName
{
background-color: #B5B30C;
}
</style>
border-color css
<style>
span { border-color: #B5B30C; }
span { border-color: rgb(181,179,12); }
td.TdClassName
{
border-color: #B5B30C;
}
.TagClassName
{
border-color: #B5B30C;
}
</style>