Shades of La Rioja #BBBC0C
Tints of La Rioja #BBBC0C
RGB
CMYK
RGB Variations
Color information
#BBBC0C (or 0xBBBC0C) is known color: La Rioja. HEX triplet: BB, BC and 0C. RGB value is (187,188,12). Sum of RGB (Red+Green+Blue) = 187+188+12=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC0C is #4443F3. Grayscale: #A8A8A8. Windows color (decimal): -4473844 or 834747. OLE color: 834747.
HSL color Cylindrical-coordinate representation of color #BBBC0C: hue angle of 60.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBBC0C is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 12 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.26 |
| HSL | 60.34º | 0.88% | 0.39% | - |
| HSV(B) | 60.34º | 0.94% | 0.74% | - |
| XYZ | 38.54 | 46.56 | 7.3 | - |
| YUV | 167.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 12 | 0.01 | 0 | 0.94 | 0.26 | 60.34 | 0.88 | 0.39 |
| Hex | BB | BC | C | 1 | 0 | 5E | 1A | 3C | 58 | 27 |
| Octal | 273 | 274 | 14 | 1 | 0 | 136 | 32 | 74 | 130 | 47 |
| Binary | 10111011 | 10111100 | 1100 | 1 | 0 | 1011110 | 11010 | 111100 | 1011000 | 100111 |
Color Harmonies of #BBBC0C
Complementary color
Monochromatic Colors of #BBBC0C
Black with #BBBC0C
Text Example
Text Example
White with #BBBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC0C; }
p { color: rgb(187,188,12); }
H1.HeaderClassName
{
color: #BBBC0C;
}
.AnyTagClassName
{
color: #BBBC0C;
}
</style>
background-color css
<style>
a { background-color: #BBBC0C; }
a { background-color: rgb(187,188,12); }
div.DivClassName
{
background-color: #BBBC0C;
}
.BgClassName
{
background-color: #BBBC0C;
}
</style>
border-color css
<style>
span { border-color: #BBBC0C; }
span { border-color: rgb(187,188,12); }
td.TdClassName
{
border-color: #BBBC0C;
}
.TagClassName
{
border-color: #BBBC0C;
}
</style>