Shades of La Rioja #BBB713
Tints of La Rioja #BBB713
RGB
CMYK
RGB Variations
Color information
#BBB713 (or 0xBBB713) is known color: La Rioja. HEX triplet: BB, B7 and 13. RGB value is (187,183,19). Sum of RGB (Red+Green+Blue) = 187+183+19=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB713 is #4448EC. Grayscale: #A6A6A6. Windows color (decimal): -4475117 or 1292219. OLE color: 1292219.
HSL color Cylindrical-coordinate representation of color #BBB713: hue angle of 58.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB713 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 19 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.27 |
| HSL | 58.57º | 0.82% | 0.4% | - |
| HSV(B) | 58.57º | 0.9% | 0.73% | - |
| XYZ | 37.54 | 44.48 | 7.22 | - |
| YUV | 165.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 19 | 0 | 0.02 | 0.90 | 0.27 | 58.57 | 0.82 | 0.4 |
| Hex | BB | B7 | 13 | 0 | 2 | 5A | 1B | 3B | 52 | 28 |
| Octal | 273 | 267 | 23 | 0 | 2 | 132 | 33 | 73 | 122 | 50 |
| Binary | 10111011 | 10110111 | 10011 | 0 | 10 | 1011010 | 11011 | 111011 | 1010010 | 101000 |
Color Harmonies of #BBB713
Complementary color
Monochromatic Colors of #BBB713
Black with #BBB713
Text Example
Text Example
White with #BBB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB713; }
p { color: rgb(187,183,19); }
H1.HeaderClassName
{
color: #BBB713;
}
.AnyTagClassName
{
color: #BBB713;
}
</style>
background-color css
<style>
a { background-color: #BBB713; }
a { background-color: rgb(187,183,19); }
div.DivClassName
{
background-color: #BBB713;
}
.BgClassName
{
background-color: #BBB713;
}
</style>
border-color css
<style>
span { border-color: #BBB713; }
span { border-color: rgb(187,183,19); }
td.TdClassName
{
border-color: #BBB713;
}
.TagClassName
{
border-color: #BBB713;
}
</style>