Shades of La Rioja #BBB810
Tints of La Rioja #BBB810
RGB
CMYK
RGB Variations
Color information
#BBB810 (or 0xBBB810) is known color: La Rioja. HEX triplet: BB, B8 and 10. RGB value is (187,184,16). Sum of RGB (Red+Green+Blue) = 187+184+16=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB810 is #4447EF. Grayscale: #A6A6A6. Windows color (decimal): -4474864 or 1095867. OLE color: 1095867.
HSL color Cylindrical-coordinate representation of color #BBB810: hue angle of 58.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBB810 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.27 |
| HSL | 58.95º | 0.84% | 0.4% | - |
| HSV(B) | 58.95º | 0.91% | 0.73% | - |
| XYZ | 37.73 | 44.88 | 7.17 | - |
| YUV | 165.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 16 | 0 | 0.02 | 0.91 | 0.27 | 58.95 | 0.84 | 0.4 |
| Hex | BB | B8 | 10 | 0 | 2 | 5B | 1B | 3B | 54 | 28 |
| Octal | 273 | 270 | 20 | 0 | 2 | 133 | 33 | 73 | 124 | 50 |
| Binary | 10111011 | 10111000 | 10000 | 0 | 10 | 1011011 | 11011 | 111011 | 1010100 | 101000 |
Color Harmonies of #BBB810
Complementary color
Monochromatic Colors of #BBB810
Black with #BBB810
Text Example
Text Example
White with #BBB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB810; }
p { color: rgb(187,184,16); }
H1.HeaderClassName
{
color: #BBB810;
}
.AnyTagClassName
{
color: #BBB810;
}
</style>
background-color css
<style>
a { background-color: #BBB810; }
a { background-color: rgb(187,184,16); }
div.DivClassName
{
background-color: #BBB810;
}
.BgClassName
{
background-color: #BBB810;
}
</style>
border-color css
<style>
span { border-color: #BBB810; }
span { border-color: rgb(187,184,16); }
td.TdClassName
{
border-color: #BBB810;
}
.TagClassName
{
border-color: #BBB810;
}
</style>