Shades of La Rioja #BBB908
Tints of La Rioja #BBB908
RGB
CMYK
RGB Variations
Color information
#BBB908 (or 0xBBB908) is known color: La Rioja. HEX triplet: BB, B9 and 08. RGB value is (187,185,8). Sum of RGB (Red+Green+Blue) = 187+185+8=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB908 is #4446F7. Grayscale: #A6A6A6. Windows color (decimal): -4474616 or 571835. OLE color: 571835.
HSL color Cylindrical-coordinate representation of color #BBB908: hue angle of 59.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBB908 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.27 |
| HSL | 59.33º | 0.92% | 0.38% | - |
| HSV(B) | 59.33º | 0.96% | 0.73% | - |
| XYZ | 37.89 | 45.28 | 6.97 | - |
| YUV | 165.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 8 | 0 | 0.01 | 0.96 | 0.27 | 59.33 | 0.92 | 0.38 |
| Hex | BB | B9 | 8 | 0 | 1 | 60 | 1B | 3B | 5C | 26 |
| Octal | 273 | 271 | 10 | 0 | 1 | 140 | 33 | 73 | 134 | 46 |
| Binary | 10111011 | 10111001 | 1000 | 0 | 1 | 1100000 | 11011 | 111011 | 1011100 | 100110 |
Color Harmonies of #BBB908
Complementary color
Monochromatic Colors of #BBB908
Black with #BBB908
Text Example
Text Example
White with #BBB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB908; }
p { color: rgb(187,185,8); }
H1.HeaderClassName
{
color: #BBB908;
}
.AnyTagClassName
{
color: #BBB908;
}
</style>
background-color css
<style>
a { background-color: #BBB908; }
a { background-color: rgb(187,185,8); }
div.DivClassName
{
background-color: #BBB908;
}
.BgClassName
{
background-color: #BBB908;
}
</style>
border-color css
<style>
span { border-color: #BBB908; }
span { border-color: rgb(187,185,8); }
td.TdClassName
{
border-color: #BBB908;
}
.TagClassName
{
border-color: #BBB908;
}
</style>