Shades of La Rioja #BBB317
Tints of La Rioja #BBB317
RGB
CMYK
RGB Variations
Color information
#BBB317 (or 0xBBB317) is known color: La Rioja. HEX triplet: BB, B3 and 17. RGB value is (187,179,23). Sum of RGB (Red+Green+Blue) = 187+179+23=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB317 is #444CE8. Grayscale: #A4A4A4. Windows color (decimal): -4476137 or 1553339. OLE color: 1553339.
HSL color Cylindrical-coordinate representation of color #BBB317: hue angle of 57.07º 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 #BBB317 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 23 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.27 |
| HSL | 57.07º | 0.78% | 0.41% | - |
| HSV(B) | 57.07º | 0.88% | 0.73% | - |
| XYZ | 36.77 | 42.87 | 7.15 | - |
| YUV | 163.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 23 | 0 | 0.04 | 0.88 | 0.27 | 57.07 | 0.78 | 0.41 |
| Hex | BB | B3 | 17 | 0 | 4 | 58 | 1B | 39 | 4E | 29 |
| Octal | 273 | 263 | 27 | 0 | 4 | 130 | 33 | 71 | 116 | 51 |
| Binary | 10111011 | 10110011 | 10111 | 0 | 100 | 1011000 | 11011 | 111001 | 1001110 | 101001 |
Color Harmonies of #BBB317
Complementary color
Monochromatic Colors of #BBB317
Black with #BBB317
Text Example
Text Example
White with #BBB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB317; }
p { color: rgb(187,179,23); }
H1.HeaderClassName
{
color: #BBB317;
}
.AnyTagClassName
{
color: #BBB317;
}
</style>
background-color css
<style>
a { background-color: #BBB317; }
a { background-color: rgb(187,179,23); }
div.DivClassName
{
background-color: #BBB317;
}
.BgClassName
{
background-color: #BBB317;
}
</style>
border-color css
<style>
span { border-color: #BBB317; }
span { border-color: rgb(187,179,23); }
td.TdClassName
{
border-color: #BBB317;
}
.TagClassName
{
border-color: #BBB317;
}
</style>