Shades of La Rioja #BBBF01
Tints of La Rioja #BBBF01
RGB
CMYK
RGB Variations
Color information
#BBBF01 (or 0xBBBF01) is known color: La Rioja. HEX triplet: BB, BF and 01. RGB value is (187,191,1). Sum of RGB (Red+Green+Blue) = 187+191+1=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBF01 is #4440FE. Grayscale: #A8A8A8. Windows color (decimal): -4473087 or 114619. OLE color: 114619.
HSL color Cylindrical-coordinate representation of color #BBBF01: hue angle of 61.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBBF01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.25 |
| HSL | 61.26º | 0.99% | 0.38% | - |
| HSV(B) | 61.26º | 0.99% | 0.75% | - |
| XYZ | 39.13 | 47.83 | 7.2 | - |
| YUV | 168.14 | 33.67 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 1 | 0.02 | 0 | 0.99 | 0.25 | 61.26 | 0.99 | 0.38 |
| Hex | BB | BF | 1 | 2 | 0 | 63 | 19 | 3D | 63 | 26 |
| Octal | 273 | 277 | 1 | 2 | 0 | 143 | 31 | 75 | 143 | 46 |
| Binary | 10111011 | 10111111 | 1 | 10 | 0 | 1100011 | 11001 | 111101 | 1100011 | 100110 |
Color Harmonies of #BBBF01
Complementary color
Monochromatic Colors of #BBBF01
Black with #BBBF01
Text Example
Text Example
White with #BBBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF01; }
p { color: rgb(187,191,1); }
H1.HeaderClassName
{
color: #BBBF01;
}
.AnyTagClassName
{
color: #BBBF01;
}
</style>
background-color css
<style>
a { background-color: #BBBF01; }
a { background-color: rgb(187,191,1); }
div.DivClassName
{
background-color: #BBBF01;
}
.BgClassName
{
background-color: #BBBF01;
}
</style>
border-color css
<style>
span { border-color: #BBBF01; }
span { border-color: rgb(187,191,1); }
td.TdClassName
{
border-color: #BBBF01;
}
.TagClassName
{
border-color: #BBBF01;
}
</style>