Shades of La Rioja #BBB719
Tints of La Rioja #BBB719
RGB
CMYK
RGB Variations
Color information
#BBB719 (or 0xBBB719) is known color: La Rioja. HEX triplet: BB, B7 and 19. RGB value is (187,183,25). Sum of RGB (Red+Green+Blue) = 187+183+25=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB719 is #4448E6. Grayscale: #A6A6A6. Windows color (decimal): -4475111 or 1685435. OLE color: 1685435.
HSL color Cylindrical-coordinate representation of color #BBB719: hue angle of 58.52º 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 #BBB719 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 25 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.27 |
| HSL | 58.52º | 0.76% | 0.42% | - |
| HSV(B) | 58.52º | 0.87% | 0.73% | - |
| XYZ | 37.6 | 44.5 | 7.53 | - |
| YUV | 166.18 | 48.33 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 25 | 0 | 0.02 | 0.87 | 0.27 | 58.52 | 0.76 | 0.42 |
| Hex | BB | B7 | 19 | 0 | 2 | 57 | 1B | 3B | 4C | 2A |
| Octal | 273 | 267 | 31 | 0 | 2 | 127 | 33 | 73 | 114 | 52 |
| Binary | 10111011 | 10110111 | 11001 | 0 | 10 | 1010111 | 11011 | 111011 | 1001100 | 101010 |
Color Harmonies of #BBB719
Complementary color
Monochromatic Colors of #BBB719
Black with #BBB719
Text Example
Text Example
White with #BBB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB719; }
p { color: rgb(187,183,25); }
H1.HeaderClassName
{
color: #BBB719;
}
.AnyTagClassName
{
color: #BBB719;
}
</style>
background-color css
<style>
a { background-color: #BBB719; }
a { background-color: rgb(187,183,25); }
div.DivClassName
{
background-color: #BBB719;
}
.BgClassName
{
background-color: #BBB719;
}
</style>
border-color css
<style>
span { border-color: #BBB719; }
span { border-color: rgb(187,183,25); }
td.TdClassName
{
border-color: #BBB719;
}
.TagClassName
{
border-color: #BBB719;
}
</style>