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