Shades of La Rioja #BBB800
Tints of La Rioja #BBB800
RGB
CMYK
RGB Variations
Color information
#BBB800 (or 0xBBB800) is known color: La Rioja. HEX triplet: BB, B8 and 00. RGB value is (187,184,0). Sum of RGB (Red+Green+Blue) = 187+184+0=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB800 is #4447FF. Grayscale: #A4A4A4. Windows color (decimal): -4474880 or 47291. OLE color: 47291.
HSL color Cylindrical-coordinate representation of color #BBB800: hue angle of 59.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBB800 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.27 |
| HSL | 59.04º | 1% | 0.37% | - |
| HSV(B) | 59.04º | 1% | 0.73% | - |
| XYZ | 37.63 | 44.85 | 6.67 | - |
| YUV | 163.92 | 35.49 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 0 | 0 | 0.02 | 1 | 0.27 | 59.04 | 1 | 0.37 |
| Hex | BB | B8 | 0 | 0 | 2 | 64 | 1B | 3B | 64 | 25 |
| Octal | 273 | 270 | 0 | 0 | 2 | 144 | 33 | 73 | 144 | 45 |
| Binary | 10111011 | 10111000 | 0 | 0 | 10 | 1100100 | 11011 | 111011 | 1100100 | 100101 |
Color Harmonies of #BBB800
Complementary color
Monochromatic Colors of #BBB800
Black with #BBB800
Text Example
Text Example
White with #BBB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB800; }
p { color: rgb(187,184,0); }
H1.HeaderClassName
{
color: #BBB800;
}
.AnyTagClassName
{
color: #BBB800;
}
</style>
background-color css
<style>
a { background-color: #BBB800; }
a { background-color: rgb(187,184,0); }
div.DivClassName
{
background-color: #BBB800;
}
.BgClassName
{
background-color: #BBB800;
}
</style>
border-color css
<style>
span { border-color: #BBB800; }
span { border-color: rgb(187,184,0); }
td.TdClassName
{
border-color: #BBB800;
}
.TagClassName
{
border-color: #BBB800;
}
</style>