Shades of La Rioja #BBB313
Tints of La Rioja #BBB313
RGB
CMYK
RGB Variations
Color information
#BBB313 (or 0xBBB313) is known color: La Rioja. HEX triplet: BB, B3 and 13. RGB value is (187,179,19). Sum of RGB (Red+Green+Blue) = 187+179+19=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB313 is #444CEC. Grayscale: #A3A3A3. Windows color (decimal): -4476141 or 1291195. OLE color: 1291195.
HSL color Cylindrical-coordinate representation of color #BBB313: hue angle of 57.14º 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 #BBB313 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 19 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.27 |
| HSL | 57.14º | 0.82% | 0.4% | - |
| HSV(B) | 57.14º | 0.9% | 0.73% | - |
| XYZ | 36.73 | 42.85 | 6.95 | - |
| YUV | 163.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 19 | 0 | 0.04 | 0.90 | 0.27 | 57.14 | 0.82 | 0.4 |
| Hex | BB | B3 | 13 | 0 | 4 | 5A | 1B | 39 | 52 | 28 |
| Octal | 273 | 263 | 23 | 0 | 4 | 132 | 33 | 71 | 122 | 50 |
| Binary | 10111011 | 10110011 | 10011 | 0 | 100 | 1011010 | 11011 | 111001 | 1010010 | 101000 |
Color Harmonies of #BBB313
Complementary color
Monochromatic Colors of #BBB313
Black with #BBB313
Text Example
Text Example
White with #BBB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB313; }
p { color: rgb(187,179,19); }
H1.HeaderClassName
{
color: #BBB313;
}
.AnyTagClassName
{
color: #BBB313;
}
</style>
background-color css
<style>
a { background-color: #BBB313; }
a { background-color: rgb(187,179,19); }
div.DivClassName
{
background-color: #BBB313;
}
.BgClassName
{
background-color: #BBB313;
}
</style>
border-color css
<style>
span { border-color: #BBB313; }
span { border-color: rgb(187,179,19); }
td.TdClassName
{
border-color: #BBB313;
}
.TagClassName
{
border-color: #BBB313;
}
</style>