Shades of La Rioja #BBBA18
Tints of La Rioja #BBBA18
RGB
CMYK
RGB Variations
Color information
#BBBA18 (or 0xBBBA18) is known color: La Rioja. HEX triplet: BB, BA and 18. RGB value is (187,186,24). Sum of RGB (Red+Green+Blue) = 187+186+24=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA18 is #4445E7. Grayscale: #A8A8A8. Windows color (decimal): -4474344 or 1620667. OLE color: 1620667.
HSL color Cylindrical-coordinate representation of color #BBBA18: hue angle of 59.63º 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 #BBBA18 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 24 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.27 |
| HSL | 59.63º | 0.77% | 0.41% | - |
| HSV(B) | 59.63º | 0.87% | 0.73% | - |
| XYZ | 38.22 | 45.75 | 7.68 | - |
| YUV | 167.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 24 | 0 | 0.01 | 0.87 | 0.27 | 59.63 | 0.77 | 0.41 |
| Hex | BB | BA | 18 | 0 | 1 | 57 | 1B | 3C | 4D | 29 |
| Octal | 273 | 272 | 30 | 0 | 1 | 127 | 33 | 74 | 115 | 51 |
| Binary | 10111011 | 10111010 | 11000 | 0 | 1 | 1010111 | 11011 | 111100 | 1001101 | 101001 |
Color Harmonies of #BBBA18
Complementary color
Monochromatic Colors of #BBBA18
Black with #BBBA18
Text Example
Text Example
White with #BBBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA18; }
p { color: rgb(187,186,24); }
H1.HeaderClassName
{
color: #BBBA18;
}
.AnyTagClassName
{
color: #BBBA18;
}
</style>
background-color css
<style>
a { background-color: #BBBA18; }
a { background-color: rgb(187,186,24); }
div.DivClassName
{
background-color: #BBBA18;
}
.BgClassName
{
background-color: #BBBA18;
}
</style>
border-color css
<style>
span { border-color: #BBBA18; }
span { border-color: rgb(187,186,24); }
td.TdClassName
{
border-color: #BBBA18;
}
.TagClassName
{
border-color: #BBBA18;
}
</style>