Shades of La Rioja #BBC313
Tints of La Rioja #BBC313
RGB
CMYK
RGB Variations
Color information
#BBC313 (or 0xBBC313) is known color: La Rioja. HEX triplet: BB, C3 and 13. RGB value is (187,195,19). Sum of RGB (Red+Green+Blue) = 187+195+19=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC313 is #443CEC. Grayscale: #ADADAD. Windows color (decimal): -4472045 or 1295291. OLE color: 1295291.
HSL color Cylindrical-coordinate representation of color #BBC313: hue angle of 62.73º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC313 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 19 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.24 |
| HSL | 62.73º | 0.82% | 0.42% | - |
| HSV(B) | 62.73º | 0.9% | 0.76% | - |
| XYZ | 40.13 | 49.64 | 8.08 | - |
| YUV | 172.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 19 | 0.04 | 0 | 0.90 | 0.24 | 62.73 | 0.82 | 0.42 |
| Hex | BB | C3 | 13 | 4 | 0 | 5A | 18 | 3F | 52 | 2A |
| Octal | 273 | 303 | 23 | 4 | 0 | 132 | 30 | 77 | 122 | 52 |
| Binary | 10111011 | 11000011 | 10011 | 100 | 0 | 1011010 | 11000 | 111111 | 1010010 | 101010 |
Color Harmonies of #BBC313
Complementary color
Monochromatic Colors of #BBC313
Black with #BBC313
Text Example
Text Example
White with #BBC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC313; }
p { color: rgb(187,195,19); }
H1.HeaderClassName
{
color: #BBC313;
}
.AnyTagClassName
{
color: #BBC313;
}
</style>
background-color css
<style>
a { background-color: #BBC313; }
a { background-color: rgb(187,195,19); }
div.DivClassName
{
background-color: #BBC313;
}
.BgClassName
{
background-color: #BBC313;
}
</style>
border-color css
<style>
span { border-color: #BBC313; }
span { border-color: rgb(187,195,19); }
td.TdClassName
{
border-color: #BBC313;
}
.TagClassName
{
border-color: #BBC313;
}
</style>