Shades of La Rioja #BBC401
Tints of La Rioja #BBC401
RGB
CMYK
RGB Variations
Color information
#BBC401 (or 0xBBC401) is known color: La Rioja. HEX triplet: BB, C4 and 01. RGB value is (187,196,1). Sum of RGB (Red+Green+Blue) = 187+196+1=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 196 (76.95% from 255 or 51.04% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC401 is #443BFE. Grayscale: #ABABAB. Windows color (decimal): -4471807 or 115899. OLE color: 115899.
HSL color Cylindrical-coordinate representation of color #BBC401: hue angle of 62.77º 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 #BBC401 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.23 |
| HSL | 62.77º | 0.99% | 0.39% | - |
| HSV(B) | 62.77º | 0.99% | 0.77% | - |
| XYZ | 40.24 | 50.05 | 7.57 | - |
| YUV | 171.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 1 | 0.05 | 0 | 0.99 | 0.23 | 62.77 | 0.99 | 0.39 |
| Hex | BB | C4 | 1 | 5 | 0 | 63 | 17 | 3F | 63 | 27 |
| Octal | 273 | 304 | 1 | 5 | 0 | 143 | 27 | 77 | 143 | 47 |
| Binary | 10111011 | 11000100 | 1 | 101 | 0 | 1100011 | 10111 | 111111 | 1100011 | 100111 |
Color Harmonies of #BBC401
Complementary color
Monochromatic Colors of #BBC401
Black with #BBC401
Text Example
Text Example
White with #BBC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC401; }
p { color: rgb(187,196,1); }
H1.HeaderClassName
{
color: #BBC401;
}
.AnyTagClassName
{
color: #BBC401;
}
</style>
background-color css
<style>
a { background-color: #BBC401; }
a { background-color: rgb(187,196,1); }
div.DivClassName
{
background-color: #BBC401;
}
.BgClassName
{
background-color: #BBC401;
}
</style>
border-color css
<style>
span { border-color: #BBC401; }
span { border-color: rgb(187,196,1); }
td.TdClassName
{
border-color: #BBC401;
}
.TagClassName
{
border-color: #BBC401;
}
</style>