Shades of La Rioja #BBBB13
Tints of La Rioja #BBBB13
RGB
CMYK
RGB Variations
Color information
#BBBB13 (or 0xBBBB13) is known color: La Rioja. HEX triplet: BB, BB and 13. RGB value is (187,187,19). Sum of RGB (Red+Green+Blue) = 187+187+19=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBB13 is #4444EC. Grayscale: #A8A8A8. Windows color (decimal): -4474093 or 1293243. OLE color: 1293243.
HSL color Cylindrical-coordinate representation of color #BBBB13: hue angle of 60º 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 #BBBB13 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 187 | 19 | - |
| CMYK | 0 | 0 | 0.90 | 0.27 |
| HSL | 60º | 0.82% | 0.4% | - |
| HSV(B) | 60º | 0.9% | 0.73% | - |
| XYZ | 38.38 | 46.15 | 7.5 | - |
| YUV | 167.85 | 44 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 187 | 19 | 0 | 0 | 0.90 | 0.27 | 60 | 0.82 | 0.4 |
| Hex | BB | BB | 13 | 0 | 0 | 5A | 1B | 3C | 52 | 28 |
| Octal | 273 | 273 | 23 | 0 | 0 | 132 | 33 | 74 | 122 | 50 |
| Binary | 10111011 | 10111011 | 10011 | 0 | 0 | 1011010 | 11011 | 111100 | 1010010 | 101000 |
Color Harmonies of #BBBB13
Complementary color
Monochromatic Colors of #BBBB13
Black with #BBBB13
Text Example
Text Example
White with #BBBB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBB13; }
p { color: rgb(187,187,19); }
H1.HeaderClassName
{
color: #BBBB13;
}
.AnyTagClassName
{
color: #BBBB13;
}
</style>
background-color css
<style>
a { background-color: #BBBB13; }
a { background-color: rgb(187,187,19); }
div.DivClassName
{
background-color: #BBBB13;
}
.BgClassName
{
background-color: #BBBB13;
}
</style>
border-color css
<style>
span { border-color: #BBBB13; }
span { border-color: rgb(187,187,19); }
td.TdClassName
{
border-color: #BBBB13;
}
.TagClassName
{
border-color: #BBBB13;
}
</style>