Shades of La Rioja #BBB90D
Tints of La Rioja #BBB90D
RGB
CMYK
RGB Variations
Color information
#BBB90D (or 0xBBB90D) is known color: La Rioja. HEX triplet: BB, B9 and 0D. RGB value is (187,185,13). Sum of RGB (Red+Green+Blue) = 187+185+13=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB90D is #4446F2. Grayscale: #A6A6A6. Windows color (decimal): -4474611 or 899515. OLE color: 899515.
HSL color Cylindrical-coordinate representation of color #BBB90D: hue angle of 59.31º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBB90D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 13 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.27 |
| HSL | 59.31º | 0.87% | 0.39% | - |
| HSV(B) | 59.31º | 0.93% | 0.73% | - |
| XYZ | 37.92 | 45.29 | 7.12 | - |
| YUV | 165.99 | 41.66 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 13 | 0 | 0.01 | 0.93 | 0.27 | 59.31 | 0.87 | 0.39 |
| Hex | BB | B9 | D | 0 | 1 | 5D | 1B | 3B | 57 | 27 |
| Octal | 273 | 271 | 15 | 0 | 1 | 135 | 33 | 73 | 127 | 47 |
| Binary | 10111011 | 10111001 | 1101 | 0 | 1 | 1011101 | 11011 | 111011 | 1010111 | 100111 |
Color Harmonies of #BBB90D
Complementary color
Monochromatic Colors of #BBB90D
Black with #BBB90D
Text Example
Text Example
White with #BBB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB90D; }
p { color: rgb(187,185,13); }
H1.HeaderClassName
{
color: #BBB90D;
}
.AnyTagClassName
{
color: #BBB90D;
}
</style>
background-color css
<style>
a { background-color: #BBB90D; }
a { background-color: rgb(187,185,13); }
div.DivClassName
{
background-color: #BBB90D;
}
.BgClassName
{
background-color: #BBB90D;
}
</style>
border-color css
<style>
span { border-color: #BBB90D; }
span { border-color: rgb(187,185,13); }
td.TdClassName
{
border-color: #BBB90D;
}
.TagClassName
{
border-color: #BBB90D;
}
</style>