Shades of La Rioja #BCBB17
Tints of La Rioja #BCBB17
RGB
CMYK
RGB Variations
Color information
#BCBB17 (or 0xBCBB17) is known color: La Rioja. HEX triplet: BC, BB and 17. RGB value is (188,187,23). Sum of RGB (Red+Green+Blue) = 188+187+23=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 23 (9.38% from 255 or 5.78% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB17 is #4344E8. Grayscale: #A9A9A9. Windows color (decimal): -4408553 or 1555388. OLE color: 1555388.
HSL color Cylindrical-coordinate representation of color #BCBB17: hue angle of 59.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCBB17 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 23 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.26 |
| HSL | 59.64º | 0.78% | 0.41% | - |
| HSV(B) | 59.64º | 0.88% | 0.74% | - |
| XYZ | 38.66 | 46.29 | 7.71 | - |
| YUV | 168.6 | 45.83 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 23 | 0 | 0.01 | 0.88 | 0.26 | 59.64 | 0.78 | 0.41 |
| Hex | BC | BB | 17 | 0 | 1 | 58 | 1A | 3C | 4E | 29 |
| Octal | 274 | 273 | 27 | 0 | 1 | 130 | 32 | 74 | 116 | 51 |
| Binary | 10111100 | 10111011 | 10111 | 0 | 1 | 1011000 | 11010 | 111100 | 1001110 | 101001 |
Color Harmonies of #BCBB17
Complementary color
Monochromatic Colors of #BCBB17
Black with #BCBB17
Text Example
Text Example
White with #BCBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB17; }
p { color: rgb(188,187,23); }
H1.HeaderClassName
{
color: #BCBB17;
}
.AnyTagClassName
{
color: #BCBB17;
}
</style>
background-color css
<style>
a { background-color: #BCBB17; }
a { background-color: rgb(188,187,23); }
div.DivClassName
{
background-color: #BCBB17;
}
.BgClassName
{
background-color: #BCBB17;
}
</style>
border-color css
<style>
span { border-color: #BCBB17; }
span { border-color: rgb(188,187,23); }
td.TdClassName
{
border-color: #BCBB17;
}
.TagClassName
{
border-color: #BCBB17;
}
</style>