Shades of La Rioja #BBC011
Tints of La Rioja #BBC011
RGB
CMYK
RGB Variations
Color information
#BBC011 (or 0xBBC011) is known color: La Rioja. HEX triplet: BB, C0 and 11. RGB value is (187,192,17). Sum of RGB (Red+Green+Blue) = 187+192+17=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC011 is #443FEE. Grayscale: #ABABAB. Windows color (decimal): -4472815 or 1163451. OLE color: 1163451.
HSL color Cylindrical-coordinate representation of color #BBC011: hue angle of 61.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBC011 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 17 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.25 |
| HSL | 61.71º | 0.84% | 0.41% | - |
| HSV(B) | 61.71º | 0.91% | 0.75% | - |
| XYZ | 39.44 | 48.3 | 7.78 | - |
| YUV | 170.56 | 41.34 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 17 | 0.03 | 0 | 0.91 | 0.25 | 61.71 | 0.84 | 0.41 |
| Hex | BB | C0 | 11 | 3 | 0 | 5B | 19 | 3E | 54 | 29 |
| Octal | 273 | 300 | 21 | 3 | 0 | 133 | 31 | 76 | 124 | 51 |
| Binary | 10111011 | 11000000 | 10001 | 11 | 0 | 1011011 | 11001 | 111110 | 1010100 | 101001 |
Color Harmonies of #BBC011
Complementary color
Monochromatic Colors of #BBC011
Black with #BBC011
Text Example
Text Example
White with #BBC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC011; }
p { color: rgb(187,192,17); }
H1.HeaderClassName
{
color: #BBC011;
}
.AnyTagClassName
{
color: #BBC011;
}
</style>
background-color css
<style>
a { background-color: #BBC011; }
a { background-color: rgb(187,192,17); }
div.DivClassName
{
background-color: #BBC011;
}
.BgClassName
{
background-color: #BBC011;
}
</style>
border-color css
<style>
span { border-color: #BBC011; }
span { border-color: rgb(187,192,17); }
td.TdClassName
{
border-color: #BBC011;
}
.TagClassName
{
border-color: #BBC011;
}
</style>