Shades of La Rioja #BBBC0D
Tints of La Rioja #BBBC0D
RGB
CMYK
RGB Variations
Color information
#BBBC0D (or 0xBBBC0D) is known color: La Rioja. HEX triplet: BB, BC and 0D. RGB value is (187,188,13). Sum of RGB (Red+Green+Blue) = 187+188+13=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC0D is #4443F2. Grayscale: #A8A8A8. Windows color (decimal): -4473843 or 900283. OLE color: 900283.
HSL color Cylindrical-coordinate representation of color #BBBC0D: hue angle of 60.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBBC0D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 188 | 13 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.26 |
| HSL | 60.34º | 0.87% | 0.39% | - |
| HSV(B) | 60.34º | 0.93% | 0.74% | - |
| XYZ | 38.55 | 46.56 | 7.34 | - |
| YUV | 167.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 188 | 13 | 0.01 | 0 | 0.93 | 0.26 | 60.34 | 0.87 | 0.39 |
| Hex | BB | BC | D | 1 | 0 | 5D | 1A | 3C | 57 | 27 |
| Octal | 273 | 274 | 15 | 1 | 0 | 135 | 32 | 74 | 127 | 47 |
| Binary | 10111011 | 10111100 | 1101 | 1 | 0 | 1011101 | 11010 | 111100 | 1010111 | 100111 |
Color Harmonies of #BBBC0D
Complementary color
Monochromatic Colors of #BBBC0D
Black with #BBBC0D
Text Example
Text Example
White with #BBBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBC0D; }
p { color: rgb(187,188,13); }
H1.HeaderClassName
{
color: #BBBC0D;
}
.AnyTagClassName
{
color: #BBBC0D;
}
</style>
background-color css
<style>
a { background-color: #BBBC0D; }
a { background-color: rgb(187,188,13); }
div.DivClassName
{
background-color: #BBBC0D;
}
.BgClassName
{
background-color: #BBBC0D;
}
</style>
border-color css
<style>
span { border-color: #BBBC0D; }
span { border-color: rgb(187,188,13); }
td.TdClassName
{
border-color: #BBBC0D;
}
.TagClassName
{
border-color: #BBBC0D;
}
</style>