Shades of La Rioja #BBB905
Tints of La Rioja #BBB905
RGB
CMYK
RGB Variations
Color information
#BBB905 (or 0xBBB905) is known color: La Rioja. HEX triplet: BB, B9 and 05. RGB value is (187,185,5). Sum of RGB (Red+Green+Blue) = 187+185+5=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB905 is #4446FA. Grayscale: #A5A5A5. Windows color (decimal): -4474619 or 375227. OLE color: 375227.
HSL color Cylindrical-coordinate representation of color #BBB905: hue angle of 59.34º 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 #BBB905 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.27 |
| HSL | 59.34º | 0.95% | 0.38% | - |
| HSV(B) | 59.34º | 0.97% | 0.73% | - |
| XYZ | 37.87 | 45.27 | 6.89 | - |
| YUV | 165.08 | 37.66 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 5 | 0 | 0.01 | 0.97 | 0.27 | 59.34 | 0.95 | 0.38 |
| Hex | BB | B9 | 5 | 0 | 1 | 61 | 1B | 3B | 5F | 26 |
| Octal | 273 | 271 | 5 | 0 | 1 | 141 | 33 | 73 | 137 | 46 |
| Binary | 10111011 | 10111001 | 101 | 0 | 1 | 1100001 | 11011 | 111011 | 1011111 | 100110 |
Color Harmonies of #BBB905
Complementary color
Monochromatic Colors of #BBB905
Black with #BBB905
Text Example
Text Example
White with #BBB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB905; }
p { color: rgb(187,185,5); }
H1.HeaderClassName
{
color: #BBB905;
}
.AnyTagClassName
{
color: #BBB905;
}
</style>
background-color css
<style>
a { background-color: #BBB905; }
a { background-color: rgb(187,185,5); }
div.DivClassName
{
background-color: #BBB905;
}
.BgClassName
{
background-color: #BBB905;
}
</style>
border-color css
<style>
span { border-color: #BBB905; }
span { border-color: rgb(187,185,5); }
td.TdClassName
{
border-color: #BBB905;
}
.TagClassName
{
border-color: #BBB905;
}
</style>