Shades of La Rioja #BBB918
Tints of La Rioja #BBB918
RGB
CMYK
RGB Variations
Color information
#BBB918 (or 0xBBB918) is known color: La Rioja. HEX triplet: BB, B9 and 18. RGB value is (187,185,24). Sum of RGB (Red+Green+Blue) = 187+185+24=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB918 is #4446E7. Grayscale: #A7A7A7. Windows color (decimal): -4474600 or 1620411. OLE color: 1620411.
HSL color Cylindrical-coordinate representation of color #BBB918: hue angle of 59.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBB918 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 24 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.27 |
| HSL | 59.26º | 0.77% | 0.41% | - |
| HSV(B) | 59.26º | 0.87% | 0.73% | - |
| XYZ | 38.01 | 45.33 | 7.61 | - |
| YUV | 167.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 24 | 0 | 0.01 | 0.87 | 0.27 | 59.26 | 0.77 | 0.41 |
| Hex | BB | B9 | 18 | 0 | 1 | 57 | 1B | 3B | 4D | 29 |
| Octal | 273 | 271 | 30 | 0 | 1 | 127 | 33 | 73 | 115 | 51 |
| Binary | 10111011 | 10111001 | 11000 | 0 | 1 | 1010111 | 11011 | 111011 | 1001101 | 101001 |
Color Harmonies of #BBB918
Complementary color
Monochromatic Colors of #BBB918
Black with #BBB918
Text Example
Text Example
White with #BBB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB918; }
p { color: rgb(187,185,24); }
H1.HeaderClassName
{
color: #BBB918;
}
.AnyTagClassName
{
color: #BBB918;
}
</style>
background-color css
<style>
a { background-color: #BBB918; }
a { background-color: rgb(187,185,24); }
div.DivClassName
{
background-color: #BBB918;
}
.BgClassName
{
background-color: #BBB918;
}
</style>
border-color css
<style>
span { border-color: #BBB918; }
span { border-color: rgb(187,185,24); }
td.TdClassName
{
border-color: #BBB918;
}
.TagClassName
{
border-color: #BBB918;
}
</style>