Shades of La Rioja #BBBA14
Tints of La Rioja #BBBA14
RGB
CMYK
RGB Variations
Color information
#BBBA14 (or 0xBBBA14) is known color: La Rioja. HEX triplet: BB, BA and 14. RGB value is (187,186,20). Sum of RGB (Red+Green+Blue) = 187+186+20=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA14 is #4445EB. Grayscale: #A8A8A8. Windows color (decimal): -4474348 or 1358523. OLE color: 1358523.
HSL color Cylindrical-coordinate representation of color #BBBA14: hue angle of 59.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBBA14 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 20 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.27 |
| HSL | 59.64º | 0.81% | 0.41% | - |
| HSV(B) | 59.64º | 0.89% | 0.73% | - |
| XYZ | 38.18 | 45.73 | 7.48 | - |
| YUV | 167.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 20 | 0 | 0.01 | 0.89 | 0.27 | 59.64 | 0.81 | 0.41 |
| Hex | BB | BA | 14 | 0 | 1 | 59 | 1B | 3C | 51 | 29 |
| Octal | 273 | 272 | 24 | 0 | 1 | 131 | 33 | 74 | 121 | 51 |
| Binary | 10111011 | 10111010 | 10100 | 0 | 1 | 1011001 | 11011 | 111100 | 1010001 | 101001 |
Color Harmonies of #BBBA14
Complementary color
Monochromatic Colors of #BBBA14
Black with #BBBA14
Text Example
Text Example
White with #BBBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA14; }
p { color: rgb(187,186,20); }
H1.HeaderClassName
{
color: #BBBA14;
}
.AnyTagClassName
{
color: #BBBA14;
}
</style>
background-color css
<style>
a { background-color: #BBBA14; }
a { background-color: rgb(187,186,20); }
div.DivClassName
{
background-color: #BBBA14;
}
.BgClassName
{
background-color: #BBBA14;
}
</style>
border-color css
<style>
span { border-color: #BBBA14; }
span { border-color: rgb(187,186,20); }
td.TdClassName
{
border-color: #BBBA14;
}
.TagClassName
{
border-color: #BBBA14;
}
</style>