Shades of La Rioja #BBC006
Tints of La Rioja #BBC006
RGB
CMYK
RGB Variations
Color information
#BBC006 (or 0xBBC006) is known color: La Rioja. HEX triplet: BB, C0 and 06. RGB value is (187,192,6). Sum of RGB (Red+Green+Blue) = 187+192+6=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC006 is #443FF9. Grayscale: #AAAAAA. Windows color (decimal): -4472826 or 442555. OLE color: 442555.
HSL color Cylindrical-coordinate representation of color #BBC006: hue angle of 61.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC006 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.25 |
| HSL | 61.61º | 0.94% | 0.39% | - |
| HSV(B) | 61.61º | 0.97% | 0.75% | - |
| XYZ | 39.38 | 48.28 | 7.42 | - |
| YUV | 169.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 6 | 0.03 | 0 | 0.97 | 0.25 | 61.61 | 0.94 | 0.39 |
| Hex | BB | C0 | 6 | 3 | 0 | 61 | 19 | 3E | 5E | 27 |
| Octal | 273 | 300 | 6 | 3 | 0 | 141 | 31 | 76 | 136 | 47 |
| Binary | 10111011 | 11000000 | 110 | 11 | 0 | 1100001 | 11001 | 111110 | 1011110 | 100111 |
Color Harmonies of #BBC006
Complementary color
Monochromatic Colors of #BBC006
Black with #BBC006
Text Example
Text Example
White with #BBC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC006; }
p { color: rgb(187,192,6); }
H1.HeaderClassName
{
color: #BBC006;
}
.AnyTagClassName
{
color: #BBC006;
}
</style>
background-color css
<style>
a { background-color: #BBC006; }
a { background-color: rgb(187,192,6); }
div.DivClassName
{
background-color: #BBC006;
}
.BgClassName
{
background-color: #BBC006;
}
</style>
border-color css
<style>
span { border-color: #BBC006; }
span { border-color: rgb(187,192,6); }
td.TdClassName
{
border-color: #BBC006;
}
.TagClassName
{
border-color: #BBC006;
}
</style>