Shades of La Rioja #BBBC18
Tints of La Rioja #BBBC18
RGB
CMYK
RGB Variations
Color information
#BBBC18 (or 0xBBBC18) is known color: La Rioja. HEX triplet: BB, BC and 18. RGB value is (187,188,24). Sum of RGB (Red+Green+Blue) = 187+188+24=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC18 is #4443E7. Grayscale: #A9A9A9. Windows color (decimal): -4473832 or 1621179. OLE color: 1621179.
HSL color Cylindrical-coordinate representation of color #BBBC18: hue angle of 60.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBBC18 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 24 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.26 |
| HSL | 60.37º | 0.77% | 0.42% | - |
| HSV(B) | 60.37º | 0.87% | 0.74% | - |
| XYZ | 38.64 | 46.6 | 7.82 | - |
| YUV | 169.01 | 46.17 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 24 | 0.01 | 0 | 0.87 | 0.26 | 60.37 | 0.77 | 0.42 |
| Hex | BB | BC | 18 | 1 | 0 | 57 | 1A | 3C | 4D | 2A |
| Octal | 273 | 274 | 30 | 1 | 0 | 127 | 32 | 74 | 115 | 52 |
| Binary | 10111011 | 10111100 | 11000 | 1 | 0 | 1010111 | 11010 | 111100 | 1001101 | 101010 |
Color Harmonies of #BBBC18
Complementary color
Monochromatic Colors of #BBBC18
Black with #BBBC18
Text Example
Text Example
White with #BBBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC18; }
p { color: rgb(187,188,24); }
H1.HeaderClassName
{
color: #BBBC18;
}
.AnyTagClassName
{
color: #BBBC18;
}
</style>
background-color css
<style>
a { background-color: #BBBC18; }
a { background-color: rgb(187,188,24); }
div.DivClassName
{
background-color: #BBBC18;
}
.BgClassName
{
background-color: #BBBC18;
}
</style>
border-color css
<style>
span { border-color: #BBBC18; }
span { border-color: rgb(187,188,24); }
td.TdClassName
{
border-color: #BBBC18;
}
.TagClassName
{
border-color: #BBBC18;
}
</style>