Shades of La Rioja #BBBE0E
Tints of La Rioja #BBBE0E
RGB
CMYK
RGB Variations
Color information
#BBBE0E (or 0xBBBE0E) is known color: La Rioja. HEX triplet: BB, BE and 0E. RGB value is (187,190,14). Sum of RGB (Red+Green+Blue) = 187+190+14=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBE0E is #4441F1. Grayscale: #A9A9A9. Windows color (decimal): -4473330 or 966331. OLE color: 966331.
HSL color Cylindrical-coordinate representation of color #BBBE0E: hue angle of 61.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBBE0E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 14 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.25 |
| HSL | 61.02º | 0.86% | 0.4% | - |
| HSV(B) | 61.02º | 0.93% | 0.75% | - |
| XYZ | 38.99 | 47.42 | 7.51 | - |
| YUV | 169.04 | 40.51 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 14 | 0.02 | 0 | 0.93 | 0.25 | 61.02 | 0.86 | 0.4 |
| Hex | BB | BE | E | 2 | 0 | 5D | 19 | 3D | 56 | 28 |
| Octal | 273 | 276 | 16 | 2 | 0 | 135 | 31 | 75 | 126 | 50 |
| Binary | 10111011 | 10111110 | 1110 | 10 | 0 | 1011101 | 11001 | 111101 | 1010110 | 101000 |
Color Harmonies of #BBBE0E
Complementary color
Monochromatic Colors of #BBBE0E
Black with #BBBE0E
Text Example
Text Example
White with #BBBE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE0E; }
p { color: rgb(187,190,14); }
H1.HeaderClassName
{
color: #BBBE0E;
}
.AnyTagClassName
{
color: #BBBE0E;
}
</style>
background-color css
<style>
a { background-color: #BBBE0E; }
a { background-color: rgb(187,190,14); }
div.DivClassName
{
background-color: #BBBE0E;
}
.BgClassName
{
background-color: #BBBE0E;
}
</style>
border-color css
<style>
span { border-color: #BBBE0E; }
span { border-color: rgb(187,190,14); }
td.TdClassName
{
border-color: #BBBE0E;
}
.TagClassName
{
border-color: #BBBE0E;
}
</style>