Shades of La Rioja #BBC710
Tints of La Rioja #BBC710
RGB
CMYK
RGB Variations
Color information
#BBC710 (or 0xBBC710) is known color: La Rioja. HEX triplet: BB, C7 and 10. RGB value is (187,199,16). Sum of RGB (Red+Green+Blue) = 187+199+16=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC710 is #4438EF. Grayscale: #AFAFAF. Windows color (decimal): -4471024 or 1099707. OLE color: 1099707.
HSL color Cylindrical-coordinate representation of color #BBC710: hue angle of 63.93º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC710 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 16 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.22 |
| HSL | 63.93º | 0.85% | 0.42% | - |
| HSV(B) | 63.93º | 0.92% | 0.78% | - |
| XYZ | 41.01 | 51.45 | 8.26 | - |
| YUV | 174.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 16 | 0.06 | 0 | 0.92 | 0.22 | 63.93 | 0.85 | 0.42 |
| Hex | BB | C7 | 10 | 6 | 0 | 5C | 16 | 40 | 55 | 2A |
| Octal | 273 | 307 | 20 | 6 | 0 | 134 | 26 | 100 | 125 | 52 |
| Binary | 10111011 | 11000111 | 10000 | 110 | 0 | 1011100 | 10110 | 1000000 | 1010101 | 101010 |
Color Harmonies of #BBC710
Complementary color
Monochromatic Colors of #BBC710
Black with #BBC710
Text Example
Text Example
White with #BBC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC710; }
p { color: rgb(187,199,16); }
H1.HeaderClassName
{
color: #BBC710;
}
.AnyTagClassName
{
color: #BBC710;
}
</style>
background-color css
<style>
a { background-color: #BBC710; }
a { background-color: rgb(187,199,16); }
div.DivClassName
{
background-color: #BBC710;
}
.BgClassName
{
background-color: #BBC710;
}
</style>
border-color css
<style>
span { border-color: #BBC710; }
span { border-color: rgb(187,199,16); }
td.TdClassName
{
border-color: #BBC710;
}
.TagClassName
{
border-color: #BBC710;
}
</style>