Shades of La Rioja #BBC513
Tints of La Rioja #BBC513
RGB
CMYK
RGB Variations
Color information
#BBC513 (or 0xBBC513) is known color: La Rioja. HEX triplet: BB, C5 and 13. RGB value is (187,197,19). Sum of RGB (Red+Green+Blue) = 187+197+19=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC513 is #443AEC. Grayscale: #AEAEAE. Windows color (decimal): -4471533 or 1295803. OLE color: 1295803.
HSL color Cylindrical-coordinate representation of color #BBC513: hue angle of 63.37º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC513 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 19 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.23 |
| HSL | 63.37º | 0.82% | 0.42% | - |
| HSV(B) | 63.37º | 0.9% | 0.77% | - |
| XYZ | 40.58 | 50.54 | 8.23 | - |
| YUV | 173.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 19 | 0.05 | 0 | 0.90 | 0.23 | 63.37 | 0.82 | 0.42 |
| Hex | BB | C5 | 13 | 5 | 0 | 5A | 17 | 3F | 52 | 2A |
| Octal | 273 | 305 | 23 | 5 | 0 | 132 | 27 | 77 | 122 | 52 |
| Binary | 10111011 | 11000101 | 10011 | 101 | 0 | 1011010 | 10111 | 111111 | 1010010 | 101010 |
Color Harmonies of #BBC513
Complementary color
Monochromatic Colors of #BBC513
Black with #BBC513
Text Example
Text Example
White with #BBC513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC513; }
p { color: rgb(187,197,19); }
H1.HeaderClassName
{
color: #BBC513;
}
.AnyTagClassName
{
color: #BBC513;
}
</style>
background-color css
<style>
a { background-color: #BBC513; }
a { background-color: rgb(187,197,19); }
div.DivClassName
{
background-color: #BBC513;
}
.BgClassName
{
background-color: #BBC513;
}
</style>
border-color css
<style>
span { border-color: #BBC513; }
span { border-color: rgb(187,197,19); }
td.TdClassName
{
border-color: #BBC513;
}
.TagClassName
{
border-color: #BBC513;
}
</style>