Shades of La Rioja #BBBC10
Tints of La Rioja #BBBC10
RGB
CMYK
RGB Variations
Color information
#BBBC10 (or 0xBBBC10) is known color: La Rioja. HEX triplet: BB, BC and 10. RGB value is (187,188,16). Sum of RGB (Red+Green+Blue) = 187+188+16=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC10 is #4443EF. Grayscale: #A8A8A8. Windows color (decimal): -4473840 or 1096891. OLE color: 1096891.
HSL color Cylindrical-coordinate representation of color #BBBC10: hue angle of 60.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBBC10 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 16 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.26 |
| HSL | 60.35º | 0.84% | 0.4% | - |
| HSV(B) | 60.35º | 0.91% | 0.74% | - |
| XYZ | 38.57 | 46.57 | 7.45 | - |
| YUV | 168.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 16 | 0.01 | 0 | 0.91 | 0.26 | 60.35 | 0.84 | 0.4 |
| Hex | BB | BC | 10 | 1 | 0 | 5B | 1A | 3C | 54 | 28 |
| Octal | 273 | 274 | 20 | 1 | 0 | 133 | 32 | 74 | 124 | 50 |
| Binary | 10111011 | 10111100 | 10000 | 1 | 0 | 1011011 | 11010 | 111100 | 1010100 | 101000 |
Color Harmonies of #BBBC10
Complementary color
Monochromatic Colors of #BBBC10
Black with #BBBC10
Text Example
Text Example
White with #BBBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC10; }
p { color: rgb(187,188,16); }
H1.HeaderClassName
{
color: #BBBC10;
}
.AnyTagClassName
{
color: #BBBC10;
}
</style>
background-color css
<style>
a { background-color: #BBBC10; }
a { background-color: rgb(187,188,16); }
div.DivClassName
{
background-color: #BBBC10;
}
.BgClassName
{
background-color: #BBBC10;
}
</style>
border-color css
<style>
span { border-color: #BBBC10; }
span { border-color: rgb(187,188,16); }
td.TdClassName
{
border-color: #BBBC10;
}
.TagClassName
{
border-color: #BBBC10;
}
</style>