Shades of La Rioja #BBA801
Tints of La Rioja #BBA801
RGB
CMYK
RGB Variations
Color information
#BBA801 (or 0xBBA801) is known color: La Rioja. HEX triplet: BB, A8 and 01. RGB value is (187,168,1). Sum of RGB (Red+Green+Blue) = 187+168+1=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA801 is #4457FE. Grayscale: #9B9B9B. Windows color (decimal): -4478975 or 108731. OLE color: 108731.
HSL color Cylindrical-coordinate representation of color #BBA801: hue angle of 53.87º 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 #BBA801 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.27 |
| HSL | 53.87º | 0.99% | 0.37% | - |
| HSV(B) | 53.87º | 0.99% | 0.73% | - |
| XYZ | 34.5 | 38.57 | 5.66 | - |
| YUV | 154.64 | 41.29 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 1 | 0 | 0.10 | 0.99 | 0.27 | 53.87 | 0.99 | 0.37 |
| Hex | BB | A8 | 1 | 0 | A | 63 | 1B | 36 | 63 | 25 |
| Octal | 273 | 250 | 1 | 0 | 12 | 143 | 33 | 66 | 143 | 45 |
| Binary | 10111011 | 10101000 | 1 | 0 | 1010 | 1100011 | 11011 | 110110 | 1100011 | 100101 |
Color Harmonies of #BBA801
Complementary color
Monochromatic Colors of #BBA801
Black with #BBA801
Text Example
Text Example
White with #BBA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA801; }
p { color: rgb(187,168,1); }
H1.HeaderClassName
{
color: #BBA801;
}
.AnyTagClassName
{
color: #BBA801;
}
</style>
background-color css
<style>
a { background-color: #BBA801; }
a { background-color: rgb(187,168,1); }
div.DivClassName
{
background-color: #BBA801;
}
.BgClassName
{
background-color: #BBA801;
}
</style>
border-color css
<style>
span { border-color: #BBA801; }
span { border-color: rgb(187,168,1); }
td.TdClassName
{
border-color: #BBA801;
}
.TagClassName
{
border-color: #BBA801;
}
</style>