Shades of La Rioja #BBB417
Tints of La Rioja #BBB417
RGB
CMYK
RGB Variations
Color information
#BBB417 (or 0xBBB417) is known color: La Rioja. HEX triplet: BB, B4 and 17. RGB value is (187,180,23). Sum of RGB (Red+Green+Blue) = 187+180+23=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB417 is #444BE8. Grayscale: #A4A4A4. Windows color (decimal): -4475881 or 1553595. OLE color: 1553595.
HSL color Cylindrical-coordinate representation of color #BBB417: hue angle of 57.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBB417 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 23 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.27 |
| HSL | 57.44º | 0.78% | 0.41% | - |
| HSV(B) | 57.44º | 0.88% | 0.73% | - |
| XYZ | 36.97 | 43.27 | 7.21 | - |
| YUV | 164.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 23 | 0 | 0.04 | 0.88 | 0.27 | 57.44 | 0.78 | 0.41 |
| Hex | BB | B4 | 17 | 0 | 4 | 58 | 1B | 39 | 4E | 29 |
| Octal | 273 | 264 | 27 | 0 | 4 | 130 | 33 | 71 | 116 | 51 |
| Binary | 10111011 | 10110100 | 10111 | 0 | 100 | 1011000 | 11011 | 111001 | 1001110 | 101001 |
Color Harmonies of #BBB417
Complementary color
Monochromatic Colors of #BBB417
Black with #BBB417
Text Example
Text Example
White with #BBB417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB417; }
p { color: rgb(187,180,23); }
H1.HeaderClassName
{
color: #BBB417;
}
.AnyTagClassName
{
color: #BBB417;
}
</style>
background-color css
<style>
a { background-color: #BBB417; }
a { background-color: rgb(187,180,23); }
div.DivClassName
{
background-color: #BBB417;
}
.BgClassName
{
background-color: #BBB417;
}
</style>
border-color css
<style>
span { border-color: #BBB417; }
span { border-color: rgb(187,180,23); }
td.TdClassName
{
border-color: #BBB417;
}
.TagClassName
{
border-color: #BBB417;
}
</style>