Shades of La Rioja #BBBA08
Tints of La Rioja #BBBA08
RGB
CMYK
RGB Variations
Color information
#BBBA08 (or 0xBBBA08) is known color: La Rioja. HEX triplet: BB, BA and 08. RGB value is (187,186,8). Sum of RGB (Red+Green+Blue) = 187+186+8=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA08 is #4445F7. Grayscale: #A6A6A6. Windows color (decimal): -4474360 or 572091. OLE color: 572091.
HSL color Cylindrical-coordinate representation of color #BBBA08: hue angle of 59.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBBA08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.27 |
| HSL | 59.66º | 0.92% | 0.38% | - |
| HSV(B) | 59.66º | 0.96% | 0.73% | - |
| XYZ | 38.1 | 45.7 | 7.04 | - |
| YUV | 166.01 | 38.83 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 8 | 0 | 0.01 | 0.96 | 0.27 | 59.66 | 0.92 | 0.38 |
| Hex | BB | BA | 8 | 0 | 1 | 60 | 1B | 3C | 5C | 26 |
| Octal | 273 | 272 | 10 | 0 | 1 | 140 | 33 | 74 | 134 | 46 |
| Binary | 10111011 | 10111010 | 1000 | 0 | 1 | 1100000 | 11011 | 111100 | 1011100 | 100110 |
Color Harmonies of #BBBA08
Complementary color
Monochromatic Colors of #BBBA08
Black with #BBBA08
Text Example
Text Example
White with #BBBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA08; }
p { color: rgb(187,186,8); }
H1.HeaderClassName
{
color: #BBBA08;
}
.AnyTagClassName
{
color: #BBBA08;
}
</style>
background-color css
<style>
a { background-color: #BBBA08; }
a { background-color: rgb(187,186,8); }
div.DivClassName
{
background-color: #BBBA08;
}
.BgClassName
{
background-color: #BBBA08;
}
</style>
border-color css
<style>
span { border-color: #BBBA08; }
span { border-color: rgb(187,186,8); }
td.TdClassName
{
border-color: #BBBA08;
}
.TagClassName
{
border-color: #BBBA08;
}
</style>