Shades of La Rioja #BCB707
Tints of La Rioja #BCB707
RGB
CMYK
RGB Variations
Color information
#BCB707 (or 0xBCB707) is known color: La Rioja. HEX triplet: BC, B7 and 07. RGB value is (188,183,7). Sum of RGB (Red+Green+Blue) = 188+183+7=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB707 is #4348F8. Grayscale: #A5A5A5. Windows color (decimal): -4409593 or 505788. OLE color: 505788.
HSL color Cylindrical-coordinate representation of color #BCB707: hue angle of 58.34º 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 #BCB707 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.26 |
| HSL | 58.34º | 0.93% | 0.38% | - |
| HSV(B) | 58.34º | 0.96% | 0.74% | - |
| XYZ | 37.71 | 44.57 | 6.82 | - |
| YUV | 164.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 7 | 0 | 0.03 | 0.96 | 0.26 | 58.34 | 0.93 | 0.38 |
| Hex | BC | B7 | 7 | 0 | 3 | 60 | 1A | 3A | 5D | 26 |
| Octal | 274 | 267 | 7 | 0 | 3 | 140 | 32 | 72 | 135 | 46 |
| Binary | 10111100 | 10110111 | 111 | 0 | 11 | 1100000 | 11010 | 111010 | 1011101 | 100110 |
Color Harmonies of #BCB707
Complementary color
Monochromatic Colors of #BCB707
Black with #BCB707
Text Example
Text Example
White with #BCB707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB707; }
p { color: rgb(188,183,7); }
H1.HeaderClassName
{
color: #BCB707;
}
.AnyTagClassName
{
color: #BCB707;
}
</style>
background-color css
<style>
a { background-color: #BCB707; }
a { background-color: rgb(188,183,7); }
div.DivClassName
{
background-color: #BCB707;
}
.BgClassName
{
background-color: #BCB707;
}
</style>
border-color css
<style>
span { border-color: #BCB707; }
span { border-color: rgb(188,183,7); }
td.TdClassName
{
border-color: #BCB707;
}
.TagClassName
{
border-color: #BCB707;
}
</style>