Shades of La Rioja #BBC711
Tints of La Rioja #BBC711
RGB
CMYK
RGB Variations
Color information
#BBC711 (or 0xBBC711) is known color: La Rioja. HEX triplet: BB, C7 and 11. RGB value is (187,199,17). Sum of RGB (Red+Green+Blue) = 187+199+17=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC711 is #4438EE. Grayscale: #AFAFAF. Windows color (decimal): -4471023 or 1165243. OLE color: 1165243.
HSL color Cylindrical-coordinate representation of color #BBC711: hue angle of 63.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC711 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.22 |
| HSL | 63.96º | 0.84% | 0.42% | - |
| HSV(B) | 63.96º | 0.91% | 0.78% | - |
| XYZ | 41.02 | 51.45 | 8.3 | - |
| YUV | 174.66 | 39.02 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 17 | 0.06 | 0 | 0.91 | 0.22 | 63.96 | 0.84 | 0.42 |
| Hex | BB | C7 | 11 | 6 | 0 | 5B | 16 | 40 | 54 | 2A |
| Octal | 273 | 307 | 21 | 6 | 0 | 133 | 26 | 100 | 124 | 52 |
| Binary | 10111011 | 11000111 | 10001 | 110 | 0 | 1011011 | 10110 | 1000000 | 1010100 | 101010 |
Color Harmonies of #BBC711
Complementary color
Monochromatic Colors of #BBC711
Black with #BBC711
Text Example
Text Example
White with #BBC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC711; }
p { color: rgb(187,199,17); }
H1.HeaderClassName
{
color: #BBC711;
}
.AnyTagClassName
{
color: #BBC711;
}
</style>
background-color css
<style>
a { background-color: #BBC711; }
a { background-color: rgb(187,199,17); }
div.DivClassName
{
background-color: #BBC711;
}
.BgClassName
{
background-color: #BBC711;
}
</style>
border-color css
<style>
span { border-color: #BBC711; }
span { border-color: rgb(187,199,17); }
td.TdClassName
{
border-color: #BBC711;
}
.TagClassName
{
border-color: #BBC711;
}
</style>