Shades of La Rioja #BBC015
Tints of La Rioja #BBC015
RGB
CMYK
RGB Variations
Color information
#BBC015 (or 0xBBC015) is known color: La Rioja. HEX triplet: BB, C0 and 15. RGB value is (187,192,21). Sum of RGB (Red+Green+Blue) = 187+192+21=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC015 is #443FEA. Grayscale: #ABABAB. Windows color (decimal): -4472811 or 1425595. OLE color: 1425595.
HSL color Cylindrical-coordinate representation of color #BBC015: hue angle of 61.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC015 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 21 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.25 |
| HSL | 61.75º | 0.8% | 0.42% | - |
| HSV(B) | 61.75º | 0.89% | 0.75% | - |
| XYZ | 39.48 | 48.32 | 7.96 | - |
| YUV | 171.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 21 | 0.03 | 0 | 0.89 | 0.25 | 61.75 | 0.8 | 0.42 |
| Hex | BB | C0 | 15 | 3 | 0 | 59 | 19 | 3E | 50 | 2A |
| Octal | 273 | 300 | 25 | 3 | 0 | 131 | 31 | 76 | 120 | 52 |
| Binary | 10111011 | 11000000 | 10101 | 11 | 0 | 1011001 | 11001 | 111110 | 1010000 | 101010 |
Color Harmonies of #BBC015
Complementary color
Monochromatic Colors of #BBC015
Black with #BBC015
Text Example
Text Example
White with #BBC015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC015; }
p { color: rgb(187,192,21); }
H1.HeaderClassName
{
color: #BBC015;
}
.AnyTagClassName
{
color: #BBC015;
}
</style>
background-color css
<style>
a { background-color: #BBC015; }
a { background-color: rgb(187,192,21); }
div.DivClassName
{
background-color: #BBC015;
}
.BgClassName
{
background-color: #BBC015;
}
</style>
border-color css
<style>
span { border-color: #BBC015; }
span { border-color: rgb(187,192,21); }
td.TdClassName
{
border-color: #BBC015;
}
.TagClassName
{
border-color: #BBC015;
}
</style>