Shades of La Rioja #BBC111
Tints of La Rioja #BBC111
RGB
CMYK
RGB Variations
Color information
#BBC111 (or 0xBBC111) is known color: La Rioja. HEX triplet: BB, C1 and 11. RGB value is (187,193,17). Sum of RGB (Red+Green+Blue) = 187+193+17=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC111 is #443EEE. Grayscale: #ABABAB. Windows color (decimal): -4472559 or 1163707. OLE color: 1163707.
HSL color Cylindrical-coordinate representation of color #BBC111: hue angle of 62.05º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC111 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 17 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.24 |
| HSL | 62.05º | 0.84% | 0.41% | - |
| HSV(B) | 62.05º | 0.91% | 0.76% | - |
| XYZ | 39.66 | 48.75 | 7.85 | - |
| YUV | 171.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 17 | 0.03 | 0 | 0.91 | 0.24 | 62.05 | 0.84 | 0.41 |
| Hex | BB | C1 | 11 | 3 | 0 | 5B | 18 | 3E | 54 | 29 |
| Octal | 273 | 301 | 21 | 3 | 0 | 133 | 30 | 76 | 124 | 51 |
| Binary | 10111011 | 11000001 | 10001 | 11 | 0 | 1011011 | 11000 | 111110 | 1010100 | 101001 |
Color Harmonies of #BBC111
Complementary color
Monochromatic Colors of #BBC111
Black with #BBC111
Text Example
Text Example
White with #BBC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC111; }
p { color: rgb(187,193,17); }
H1.HeaderClassName
{
color: #BBC111;
}
.AnyTagClassName
{
color: #BBC111;
}
</style>
background-color css
<style>
a { background-color: #BBC111; }
a { background-color: rgb(187,193,17); }
div.DivClassName
{
background-color: #BBC111;
}
.BgClassName
{
background-color: #BBC111;
}
</style>
border-color css
<style>
span { border-color: #BBC111; }
span { border-color: rgb(187,193,17); }
td.TdClassName
{
border-color: #BBC111;
}
.TagClassName
{
border-color: #BBC111;
}
</style>