Shades of La Rioja #BBC702
Tints of La Rioja #BBC702
RGB
CMYK
RGB Variations
Color information
#BBC702 (or 0xBBC702) is known color: La Rioja. HEX triplet: BB, C7 and 02. RGB value is (187,199,2). Sum of RGB (Red+Green+Blue) = 187+199+2=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC702 is #4438FD. Grayscale: #ADADAD. Windows color (decimal): -4471038 or 182203. OLE color: 182203.
HSL color Cylindrical-coordinate representation of color #BBC702: hue angle of 63.65º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC702 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.22 |
| HSL | 63.65º | 0.98% | 0.39% | - |
| HSV(B) | 63.65º | 0.99% | 0.78% | - |
| XYZ | 40.93 | 51.42 | 7.82 | - |
| YUV | 172.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 2 | 0.06 | 0 | 0.99 | 0.22 | 63.65 | 0.98 | 0.39 |
| Hex | BB | C7 | 2 | 6 | 0 | 63 | 16 | 40 | 62 | 27 |
| Octal | 273 | 307 | 2 | 6 | 0 | 143 | 26 | 100 | 142 | 47 |
| Binary | 10111011 | 11000111 | 10 | 110 | 0 | 1100011 | 10110 | 1000000 | 1100010 | 100111 |
Color Harmonies of #BBC702
Complementary color
Monochromatic Colors of #BBC702
Black with #BBC702
Text Example
Text Example
White with #BBC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC702; }
p { color: rgb(187,199,2); }
H1.HeaderClassName
{
color: #BBC702;
}
.AnyTagClassName
{
color: #BBC702;
}
</style>
background-color css
<style>
a { background-color: #BBC702; }
a { background-color: rgb(187,199,2); }
div.DivClassName
{
background-color: #BBC702;
}
.BgClassName
{
background-color: #BBC702;
}
</style>
border-color css
<style>
span { border-color: #BBC702; }
span { border-color: rgb(187,199,2); }
td.TdClassName
{
border-color: #BBC702;
}
.TagClassName
{
border-color: #BBC702;
}
</style>