Shades of La Rioja #BBB619
Tints of La Rioja #BBB619
RGB
CMYK
RGB Variations
Color information
#BBB619 (or 0xBBB619) is known color: La Rioja. HEX triplet: BB, B6 and 19. RGB value is (187,182,25). Sum of RGB (Red+Green+Blue) = 187+182+25=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB619 is #4449E6. Grayscale: #A6A6A6. Windows color (decimal): -4475367 or 1685179. OLE color: 1685179.
HSL color Cylindrical-coordinate representation of color #BBB619: hue angle of 58.15º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBB619 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 25 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.27 |
| HSL | 58.15º | 0.76% | 0.42% | - |
| HSV(B) | 58.15º | 0.87% | 0.73% | - |
| XYZ | 37.4 | 44.09 | 7.46 | - |
| YUV | 165.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 25 | 0 | 0.03 | 0.87 | 0.27 | 58.15 | 0.76 | 0.42 |
| Hex | BB | B6 | 19 | 0 | 3 | 57 | 1B | 3A | 4C | 2A |
| Octal | 273 | 266 | 31 | 0 | 3 | 127 | 33 | 72 | 114 | 52 |
| Binary | 10111011 | 10110110 | 11001 | 0 | 11 | 1010111 | 11011 | 111010 | 1001100 | 101010 |
Color Harmonies of #BBB619
Complementary color
Monochromatic Colors of #BBB619
Black with #BBB619
Text Example
Text Example
White with #BBB619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB619; }
p { color: rgb(187,182,25); }
H1.HeaderClassName
{
color: #BBB619;
}
.AnyTagClassName
{
color: #BBB619;
}
</style>
background-color css
<style>
a { background-color: #BBB619; }
a { background-color: rgb(187,182,25); }
div.DivClassName
{
background-color: #BBB619;
}
.BgClassName
{
background-color: #BBB619;
}
</style>
border-color css
<style>
span { border-color: #BBB619; }
span { border-color: rgb(187,182,25); }
td.TdClassName
{
border-color: #BBB619;
}
.TagClassName
{
border-color: #BBB619;
}
</style>