Shades of La Rioja #BBBA07
Tints of La Rioja #BBBA07
RGB
CMYK
RGB Variations
Color information
#BBBA07 (or 0xBBBA07) is known color: La Rioja. HEX triplet: BB, BA and 07. RGB value is (187,186,7). Sum of RGB (Red+Green+Blue) = 187+186+7=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBA07 is #4445F8. Grayscale: #A6A6A6. Windows color (decimal): -4474361 or 506555. OLE color: 506555.
HSL color Cylindrical-coordinate representation of color #BBBA07: hue angle of 59.67º degrees, saturation: 0.93, 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 #BBBA07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.27 |
| HSL | 59.67º | 0.93% | 0.38% | - |
| HSV(B) | 59.67º | 0.96% | 0.73% | - |
| XYZ | 38.09 | 45.7 | 7.01 | - |
| YUV | 165.89 | 38.33 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 7 | 0 | 0.01 | 0.96 | 0.27 | 59.67 | 0.93 | 0.38 |
| Hex | BB | BA | 7 | 0 | 1 | 60 | 1B | 3C | 5D | 26 |
| Octal | 273 | 272 | 7 | 0 | 1 | 140 | 33 | 74 | 135 | 46 |
| Binary | 10111011 | 10111010 | 111 | 0 | 1 | 1100000 | 11011 | 111100 | 1011101 | 100110 |
Color Harmonies of #BBBA07
Complementary color
Monochromatic Colors of #BBBA07
Black with #BBBA07
Text Example
Text Example
White with #BBBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA07; }
p { color: rgb(187,186,7); }
H1.HeaderClassName
{
color: #BBBA07;
}
.AnyTagClassName
{
color: #BBBA07;
}
</style>
background-color css
<style>
a { background-color: #BBBA07; }
a { background-color: rgb(187,186,7); }
div.DivClassName
{
background-color: #BBBA07;
}
.BgClassName
{
background-color: #BBBA07;
}
</style>
border-color css
<style>
span { border-color: #BBBA07; }
span { border-color: rgb(187,186,7); }
td.TdClassName
{
border-color: #BBBA07;
}
.TagClassName
{
border-color: #BBBA07;
}
</style>