Shades of La Rioja #BBBD0B
Tints of La Rioja #BBBD0B
RGB
CMYK
RGB Variations
Color information
#BBBD0B (or 0xBBBD0B) is known color: La Rioja. HEX triplet: BB, BD and 0B. RGB value is (187,189,11). Sum of RGB (Red+Green+Blue) = 187+189+11=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD0B is #4442F4. Grayscale: #A8A8A8. Windows color (decimal): -4473589 or 769467. OLE color: 769467.
HSL color Cylindrical-coordinate representation of color #BBBD0B: hue angle of 60.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBBD0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.26 |
| HSL | 60.67º | 0.89% | 0.39% | - |
| HSV(B) | 60.67º | 0.94% | 0.74% | - |
| XYZ | 38.75 | 46.98 | 7.34 | - |
| YUV | 168.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 11 | 0.01 | 0 | 0.94 | 0.26 | 60.67 | 0.89 | 0.39 |
| Hex | BB | BD | B | 1 | 0 | 5E | 1A | 3D | 59 | 27 |
| Octal | 273 | 275 | 13 | 1 | 0 | 136 | 32 | 75 | 131 | 47 |
| Binary | 10111011 | 10111101 | 1011 | 1 | 0 | 1011110 | 11010 | 111101 | 1011001 | 100111 |
Color Harmonies of #BBBD0B
Complementary color
Monochromatic Colors of #BBBD0B
Black with #BBBD0B
Text Example
Text Example
White with #BBBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBD0B; }
p { color: rgb(187,189,11); }
H1.HeaderClassName
{
color: #BBBD0B;
}
.AnyTagClassName
{
color: #BBBD0B;
}
</style>
background-color css
<style>
a { background-color: #BBBD0B; }
a { background-color: rgb(187,189,11); }
div.DivClassName
{
background-color: #BBBD0B;
}
.BgClassName
{
background-color: #BBBD0B;
}
</style>
border-color css
<style>
span { border-color: #BBBD0B; }
span { border-color: rgb(187,189,11); }
td.TdClassName
{
border-color: #BBBD0B;
}
.TagClassName
{
border-color: #BBBD0B;
}
</style>