Shades of La Rioja #BBC700
Tints of La Rioja #BBC700
RGB
CMYK
RGB Variations
Color information
#BBC700 (or 0xBBC700) is known color: La Rioja. HEX triplet: BB, C7 and 00. RGB value is (187,199,0). Sum of RGB (Red+Green+Blue) = 187+199+0=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC700 is #4438FF. Grayscale: #ADADAD. Windows color (decimal): -4471040 or 51131. OLE color: 51131.
HSL color Cylindrical-coordinate representation of color #BBC700: hue angle of 63.62º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC700 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.22 |
| HSL | 63.62º | 1% | 0.39% | - |
| HSV(B) | 63.62º | 1% | 0.78% | - |
| XYZ | 40.92 | 51.41 | 7.77 | - |
| YUV | 172.73 | 30.52 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 0 | 0.06 | 0 | 1 | 0.22 | 63.62 | 1 | 0.39 |
| Hex | BB | C7 | 0 | 6 | 0 | 64 | 16 | 40 | 64 | 27 |
| Octal | 273 | 307 | 0 | 6 | 0 | 144 | 26 | 100 | 144 | 47 |
| Binary | 10111011 | 11000111 | 0 | 110 | 0 | 1100100 | 10110 | 1000000 | 1100100 | 100111 |
Color Harmonies of #BBC700
Complementary color
Monochromatic Colors of #BBC700
Black with #BBC700
Text Example
Text Example
White with #BBC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC700; }
p { color: rgb(187,199,0); }
H1.HeaderClassName
{
color: #BBC700;
}
.AnyTagClassName
{
color: #BBC700;
}
</style>
background-color css
<style>
a { background-color: #BBC700; }
a { background-color: rgb(187,199,0); }
div.DivClassName
{
background-color: #BBC700;
}
.BgClassName
{
background-color: #BBC700;
}
</style>
border-color css
<style>
span { border-color: #BBC700; }
span { border-color: rgb(187,199,0); }
td.TdClassName
{
border-color: #BBC700;
}
.TagClassName
{
border-color: #BBC700;
}
</style>