Shades of La Rioja #BBAA01
Tints of La Rioja #BBAA01
RGB
CMYK
RGB Variations
Color information
#BBAA01 (or 0xBBAA01) is known color: La Rioja. HEX triplet: BB, AA and 01. RGB value is (187,170,1). Sum of RGB (Red+Green+Blue) = 187+170+1=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAA01 is #4455FE. Grayscale: #9C9C9C. Windows color (decimal): -4478463 or 109243. OLE color: 109243.
HSL color Cylindrical-coordinate representation of color #BBAA01: hue angle of 54.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBAA01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.27 |
| HSL | 54.52º | 0.99% | 0.37% | - |
| HSV(B) | 54.52º | 0.99% | 0.73% | - |
| XYZ | 34.87 | 39.32 | 5.78 | - |
| YUV | 155.82 | 40.63 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 1 | 0 | 0.09 | 0.99 | 0.27 | 54.52 | 0.99 | 0.37 |
| Hex | BB | AA | 1 | 0 | 9 | 63 | 1B | 37 | 63 | 25 |
| Octal | 273 | 252 | 1 | 0 | 11 | 143 | 33 | 67 | 143 | 45 |
| Binary | 10111011 | 10101010 | 1 | 0 | 1001 | 1100011 | 11011 | 110111 | 1100011 | 100101 |
Color Harmonies of #BBAA01
Complementary color
Monochromatic Colors of #BBAA01
Black with #BBAA01
Text Example
Text Example
White with #BBAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA01; }
p { color: rgb(187,170,1); }
H1.HeaderClassName
{
color: #BBAA01;
}
.AnyTagClassName
{
color: #BBAA01;
}
</style>
background-color css
<style>
a { background-color: #BBAA01; }
a { background-color: rgb(187,170,1); }
div.DivClassName
{
background-color: #BBAA01;
}
.BgClassName
{
background-color: #BBAA01;
}
</style>
border-color css
<style>
span { border-color: #BBAA01; }
span { border-color: rgb(187,170,1); }
td.TdClassName
{
border-color: #BBAA01;
}
.TagClassName
{
border-color: #BBAA01;
}
</style>