Shades of La Rioja #BCB007
Tints of La Rioja #BCB007
RGB
CMYK
RGB Variations
Color information
#BCB007 (or 0xBCB007) is known color: La Rioja. HEX triplet: BC, B0 and 07. RGB value is (188,176,7). Sum of RGB (Red+Green+Blue) = 188+176+7=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB007 is #434FF8. Grayscale: #A1A1A1. Windows color (decimal): -4411385 or 503996. OLE color: 503996.
HSL color Cylindrical-coordinate representation of color #BCB007: hue angle of 56.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCB007 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 7 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.26 |
| HSL | 56.02º | 0.93% | 0.38% | - |
| HSV(B) | 56.02º | 0.96% | 0.74% | - |
| XYZ | 36.3 | 41.76 | 6.35 | - |
| YUV | 160.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 7 | 0 | 0.06 | 0.96 | 0.26 | 56.02 | 0.93 | 0.38 |
| Hex | BC | B0 | 7 | 0 | 6 | 60 | 1A | 38 | 5D | 26 |
| Octal | 274 | 260 | 7 | 0 | 6 | 140 | 32 | 70 | 135 | 46 |
| Binary | 10111100 | 10110000 | 111 | 0 | 110 | 1100000 | 11010 | 111000 | 1011101 | 100110 |
Color Harmonies of #BCB007
Complementary color
Monochromatic Colors of #BCB007
Black with #BCB007
Text Example
Text Example
White with #BCB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB007; }
p { color: rgb(188,176,7); }
H1.HeaderClassName
{
color: #BCB007;
}
.AnyTagClassName
{
color: #BCB007;
}
</style>
background-color css
<style>
a { background-color: #BCB007; }
a { background-color: rgb(188,176,7); }
div.DivClassName
{
background-color: #BCB007;
}
.BgClassName
{
background-color: #BCB007;
}
</style>
border-color css
<style>
span { border-color: #BCB007; }
span { border-color: rgb(188,176,7); }
td.TdClassName
{
border-color: #BCB007;
}
.TagClassName
{
border-color: #BCB007;
}
</style>