Shades of La Rioja #BBC613
Tints of La Rioja #BBC613
RGB
CMYK
RGB Variations
Color information
#BBC613 (or 0xBBC613) is known color: La Rioja. HEX triplet: BB, C6 and 13. RGB value is (187,198,19). Sum of RGB (Red+Green+Blue) = 187+198+19=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC613 is #4439EC. Grayscale: #AFAFAF. Windows color (decimal): -4471277 or 1296059. OLE color: 1296059.
HSL color Cylindrical-coordinate representation of color #BBC613: hue angle of 63.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC613 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.22 |
| HSL | 63.69º | 0.82% | 0.43% | - |
| HSV(B) | 63.69º | 0.9% | 0.78% | - |
| XYZ | 40.81 | 51 | 8.31 | - |
| YUV | 174.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 19 | 0.06 | 0 | 0.90 | 0.22 | 63.69 | 0.82 | 0.43 |
| Hex | BB | C6 | 13 | 6 | 0 | 5A | 16 | 40 | 52 | 2B |
| Octal | 273 | 306 | 23 | 6 | 0 | 132 | 26 | 100 | 122 | 53 |
| Binary | 10111011 | 11000110 | 10011 | 110 | 0 | 1011010 | 10110 | 1000000 | 1010010 | 101011 |
Color Harmonies of #BBC613
Complementary color
Monochromatic Colors of #BBC613
Black with #BBC613
Text Example
Text Example
White with #BBC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC613; }
p { color: rgb(187,198,19); }
H1.HeaderClassName
{
color: #BBC613;
}
.AnyTagClassName
{
color: #BBC613;
}
</style>
background-color css
<style>
a { background-color: #BBC613; }
a { background-color: rgb(187,198,19); }
div.DivClassName
{
background-color: #BBC613;
}
.BgClassName
{
background-color: #BBC613;
}
</style>
border-color css
<style>
span { border-color: #BBC613; }
span { border-color: rgb(187,198,19); }
td.TdClassName
{
border-color: #BBC613;
}
.TagClassName
{
border-color: #BBC613;
}
</style>