Shades of La Rioja #BBB90F
Tints of La Rioja #BBB90F
RGB
CMYK
RGB Variations
Color information
#BBB90F (or 0xBBB90F) is known color: La Rioja. HEX triplet: BB, B9 and 0F. RGB value is (187,185,15). Sum of RGB (Red+Green+Blue) = 187+185+15=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB90F is #4446F0. Grayscale: #A6A6A6. Windows color (decimal): -4474609 or 1030587. OLE color: 1030587.
HSL color Cylindrical-coordinate representation of color #BBB90F: hue angle of 59.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBB90F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 15 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.27 |
| HSL | 59.3º | 0.85% | 0.4% | - |
| HSV(B) | 59.3º | 0.92% | 0.73% | - |
| XYZ | 37.93 | 45.3 | 7.2 | - |
| YUV | 166.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 15 | 0 | 0.01 | 0.92 | 0.27 | 59.3 | 0.85 | 0.4 |
| Hex | BB | B9 | F | 0 | 1 | 5C | 1B | 3B | 55 | 28 |
| Octal | 273 | 271 | 17 | 0 | 1 | 134 | 33 | 73 | 125 | 50 |
| Binary | 10111011 | 10111001 | 1111 | 0 | 1 | 1011100 | 11011 | 111011 | 1010101 | 101000 |
Color Harmonies of #BBB90F
Complementary color
Monochromatic Colors of #BBB90F
Black with #BBB90F
Text Example
Text Example
White with #BBB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB90F; }
p { color: rgb(187,185,15); }
H1.HeaderClassName
{
color: #BBB90F;
}
.AnyTagClassName
{
color: #BBB90F;
}
</style>
background-color css
<style>
a { background-color: #BBB90F; }
a { background-color: rgb(187,185,15); }
div.DivClassName
{
background-color: #BBB90F;
}
.BgClassName
{
background-color: #BBB90F;
}
</style>
border-color css
<style>
span { border-color: #BBB90F; }
span { border-color: rgb(187,185,15); }
td.TdClassName
{
border-color: #BBB90F;
}
.TagClassName
{
border-color: #BBB90F;
}
</style>