Shades of La Rioja #BCB715
Tints of La Rioja #BCB715
RGB
CMYK
RGB Variations
Color information
#BCB715 (or 0xBCB715) is known color: La Rioja. HEX triplet: BC, B7 and 15. RGB value is (188,183,21). Sum of RGB (Red+Green+Blue) = 188+183+21=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB715 is #4348EA. Grayscale: #A6A6A6. Windows color (decimal): -4409579 or 1423292. OLE color: 1423292.
HSL color Cylindrical-coordinate representation of color #BCB715: hue angle of 58.2º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCB715 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 21 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.26 |
| HSL | 58.2º | 0.8% | 0.41% | - |
| HSV(B) | 58.2º | 0.89% | 0.74% | - |
| XYZ | 37.81 | 44.61 | 7.33 | - |
| YUV | 166.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 21 | 0 | 0.03 | 0.89 | 0.26 | 58.2 | 0.8 | 0.41 |
| Hex | BC | B7 | 15 | 0 | 3 | 59 | 1A | 3A | 50 | 29 |
| Octal | 274 | 267 | 25 | 0 | 3 | 131 | 32 | 72 | 120 | 51 |
| Binary | 10111100 | 10110111 | 10101 | 0 | 11 | 1011001 | 11010 | 111010 | 1010000 | 101001 |
Color Harmonies of #BCB715
Complementary color
Monochromatic Colors of #BCB715
Black with #BCB715
Text Example
Text Example
White with #BCB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB715; }
p { color: rgb(188,183,21); }
H1.HeaderClassName
{
color: #BCB715;
}
.AnyTagClassName
{
color: #BCB715;
}
</style>
background-color css
<style>
a { background-color: #BCB715; }
a { background-color: rgb(188,183,21); }
div.DivClassName
{
background-color: #BCB715;
}
.BgClassName
{
background-color: #BCB715;
}
</style>
border-color css
<style>
span { border-color: #BCB715; }
span { border-color: rgb(188,183,21); }
td.TdClassName
{
border-color: #BCB715;
}
.TagClassName
{
border-color: #BCB715;
}
</style>