Shades of La Rioja #BCC706
Tints of La Rioja #BCC706
RGB
CMYK
RGB Variations
Color information
#BCC706 (or 0xBCC706) is known color: La Rioja. HEX triplet: BC, C7 and 06. RGB value is (188,199,6). Sum of RGB (Red+Green+Blue) = 188+199+6=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC706 is #4338F9. Grayscale: #AEAEAE. Windows color (decimal): -4405498 or 444348. OLE color: 444348.
HSL color Cylindrical-coordinate representation of color #BCC706: hue angle of 63.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCC706 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.22 |
| HSL | 63.42º | 0.94% | 0.4% | - |
| HSV(B) | 63.42º | 0.97% | 0.78% | - |
| XYZ | 41.2 | 51.55 | 7.95 | - |
| YUV | 173.71 | 33.36 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 6 | 0.06 | 0 | 0.97 | 0.22 | 63.42 | 0.94 | 0.4 |
| Hex | BC | C7 | 6 | 6 | 0 | 61 | 16 | 3F | 5E | 28 |
| Octal | 274 | 307 | 6 | 6 | 0 | 141 | 26 | 77 | 136 | 50 |
| Binary | 10111100 | 11000111 | 110 | 110 | 0 | 1100001 | 10110 | 111111 | 1011110 | 101000 |
Color Harmonies of #BCC706
Complementary color
Monochromatic Colors of #BCC706
Black with #BCC706
Text Example
Text Example
White with #BCC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC706; }
p { color: rgb(188,199,6); }
H1.HeaderClassName
{
color: #BCC706;
}
.AnyTagClassName
{
color: #BCC706;
}
</style>
background-color css
<style>
a { background-color: #BCC706; }
a { background-color: rgb(188,199,6); }
div.DivClassName
{
background-color: #BCC706;
}
.BgClassName
{
background-color: #BCC706;
}
</style>
border-color css
<style>
span { border-color: #BCC706; }
span { border-color: rgb(188,199,6); }
td.TdClassName
{
border-color: #BCC706;
}
.TagClassName
{
border-color: #BCC706;
}
</style>