Shades of La Rioja #BBA904
Tints of La Rioja #BBA904
RGB
CMYK
RGB Variations
Color information
#BBA904 (or 0xBBA904) is known color: La Rioja. HEX triplet: BB, A9 and 04. RGB value is (187,169,4). Sum of RGB (Red+Green+Blue) = 187+169+4=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA904 is #4456FB. Grayscale: #9C9C9C. Windows color (decimal): -4478716 or 305595. OLE color: 305595.
HSL color Cylindrical-coordinate representation of color #BBA904: hue angle of 54.1º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBA904 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.27 |
| HSL | 54.1º | 0.96% | 0.37% | - |
| HSV(B) | 54.1º | 0.98% | 0.73% | - |
| XYZ | 34.7 | 38.95 | 5.8 | - |
| YUV | 155.57 | 42.46 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 4 | 0 | 0.10 | 0.98 | 0.27 | 54.1 | 0.96 | 0.37 |
| Hex | BB | A9 | 4 | 0 | A | 62 | 1B | 36 | 60 | 25 |
| Octal | 273 | 251 | 4 | 0 | 12 | 142 | 33 | 66 | 140 | 45 |
| Binary | 10111011 | 10101001 | 100 | 0 | 1010 | 1100010 | 11011 | 110110 | 1100000 | 100101 |
Color Harmonies of #BBA904
Complementary color
Monochromatic Colors of #BBA904
Black with #BBA904
Text Example
Text Example
White with #BBA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA904; }
p { color: rgb(187,169,4); }
H1.HeaderClassName
{
color: #BBA904;
}
.AnyTagClassName
{
color: #BBA904;
}
</style>
background-color css
<style>
a { background-color: #BBA904; }
a { background-color: rgb(187,169,4); }
div.DivClassName
{
background-color: #BBA904;
}
.BgClassName
{
background-color: #BBA904;
}
</style>
border-color css
<style>
span { border-color: #BBA904; }
span { border-color: rgb(187,169,4); }
td.TdClassName
{
border-color: #BBA904;
}
.TagClassName
{
border-color: #BBA904;
}
</style>