Shades of La Rioja #BCB717
Tints of La Rioja #BCB717
RGB
CMYK
RGB Variations
Color information
#BCB717 (or 0xBCB717) is known color: La Rioja. HEX triplet: BC, B7 and 17. RGB value is (188,183,23). Sum of RGB (Red+Green+Blue) = 188+183+23=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB717 is #4348E8. Grayscale: #A6A6A6. Windows color (decimal): -4409577 or 1554364. OLE color: 1554364.
HSL color Cylindrical-coordinate representation of color #BCB717: hue angle of 58.18º 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 #BCB717 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 23 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.26 |
| HSL | 58.18º | 0.78% | 0.41% | - |
| HSV(B) | 58.18º | 0.88% | 0.74% | - |
| XYZ | 37.83 | 44.62 | 7.43 | - |
| YUV | 166.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 23 | 0 | 0.03 | 0.88 | 0.26 | 58.18 | 0.78 | 0.41 |
| Hex | BC | B7 | 17 | 0 | 3 | 58 | 1A | 3A | 4E | 29 |
| Octal | 274 | 267 | 27 | 0 | 3 | 130 | 32 | 72 | 116 | 51 |
| Binary | 10111100 | 10110111 | 10111 | 0 | 11 | 1011000 | 11010 | 111010 | 1001110 | 101001 |
Color Harmonies of #BCB717
Complementary color
Monochromatic Colors of #BCB717
Black with #BCB717
Text Example
Text Example
White with #BCB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB717; }
p { color: rgb(188,183,23); }
H1.HeaderClassName
{
color: #BCB717;
}
.AnyTagClassName
{
color: #BCB717;
}
</style>
background-color css
<style>
a { background-color: #BCB717; }
a { background-color: rgb(188,183,23); }
div.DivClassName
{
background-color: #BCB717;
}
.BgClassName
{
background-color: #BCB717;
}
</style>
border-color css
<style>
span { border-color: #BCB717; }
span { border-color: rgb(188,183,23); }
td.TdClassName
{
border-color: #BCB717;
}
.TagClassName
{
border-color: #BCB717;
}
</style>