Shades of La Rioja #BBC501
Tints of La Rioja #BBC501
RGB
CMYK
RGB Variations
Color information
#BBC501 (or 0xBBC501) is known color: La Rioja. HEX triplet: BB, C5 and 01. RGB value is (187,197,1). Sum of RGB (Red+Green+Blue) = 187+197+1=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC501 is #443AFE. Grayscale: #ACACAC. Windows color (decimal): -4471551 or 116155. OLE color: 116155.
HSL color Cylindrical-coordinate representation of color #BBC501: hue angle of 63.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC501 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.23 |
| HSL | 63.06º | 0.99% | 0.39% | - |
| HSV(B) | 63.06º | 0.99% | 0.77% | - |
| XYZ | 40.47 | 50.5 | 7.64 | - |
| YUV | 171.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 1 | 0.05 | 0 | 0.99 | 0.23 | 63.06 | 0.99 | 0.39 |
| Hex | BB | C5 | 1 | 5 | 0 | 63 | 17 | 3F | 63 | 27 |
| Octal | 273 | 305 | 1 | 5 | 0 | 143 | 27 | 77 | 143 | 47 |
| Binary | 10111011 | 11000101 | 1 | 101 | 0 | 1100011 | 10111 | 111111 | 1100011 | 100111 |
Color Harmonies of #BBC501
Complementary color
Monochromatic Colors of #BBC501
Black with #BBC501
Text Example
Text Example
White with #BBC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC501; }
p { color: rgb(187,197,1); }
H1.HeaderClassName
{
color: #BBC501;
}
.AnyTagClassName
{
color: #BBC501;
}
</style>
background-color css
<style>
a { background-color: #BBC501; }
a { background-color: rgb(187,197,1); }
div.DivClassName
{
background-color: #BBC501;
}
.BgClassName
{
background-color: #BBC501;
}
</style>
border-color css
<style>
span { border-color: #BBC501; }
span { border-color: rgb(187,197,1); }
td.TdClassName
{
border-color: #BBC501;
}
.TagClassName
{
border-color: #BBC501;
}
</style>