Shades of La Rioja #BBA905
Tints of La Rioja #BBA905
RGB
CMYK
RGB Variations
Color information
#BBA905 (or 0xBBA905) is known color: La Rioja. HEX triplet: BB, A9 and 05. RGB value is (187,169,5). Sum of RGB (Red+Green+Blue) = 187+169+5=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA905 is #4456FA. Grayscale: #9C9C9C. Windows color (decimal): -4478715 or 371131. OLE color: 371131.
HSL color Cylindrical-coordinate representation of color #BBA905: hue angle of 54.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBA905 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.27 |
| HSL | 54.07º | 0.95% | 0.38% | - |
| HSV(B) | 54.07º | 0.97% | 0.73% | - |
| XYZ | 34.71 | 38.95 | 5.83 | - |
| YUV | 155.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 5 | 0 | 0.10 | 0.97 | 0.27 | 54.07 | 0.95 | 0.38 |
| Hex | BB | A9 | 5 | 0 | A | 61 | 1B | 36 | 5F | 26 |
| Octal | 273 | 251 | 5 | 0 | 12 | 141 | 33 | 66 | 137 | 46 |
| Binary | 10111011 | 10101001 | 101 | 0 | 1010 | 1100001 | 11011 | 110110 | 1011111 | 100110 |
Color Harmonies of #BBA905
Complementary color
Monochromatic Colors of #BBA905
Black with #BBA905
Text Example
Text Example
White with #BBA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA905; }
p { color: rgb(187,169,5); }
H1.HeaderClassName
{
color: #BBA905;
}
.AnyTagClassName
{
color: #BBA905;
}
</style>
background-color css
<style>
a { background-color: #BBA905; }
a { background-color: rgb(187,169,5); }
div.DivClassName
{
background-color: #BBA905;
}
.BgClassName
{
background-color: #BBA905;
}
</style>
border-color css
<style>
span { border-color: #BBA905; }
span { border-color: rgb(187,169,5); }
td.TdClassName
{
border-color: #BBA905;
}
.TagClassName
{
border-color: #BBA905;
}
</style>