Shades of La Rioja #BCB607
Tints of La Rioja #BCB607
RGB
CMYK
RGB Variations
Color information
#BCB607 (or 0xBCB607) is known color: La Rioja. HEX triplet: BC, B6 and 07. RGB value is (188,182,7). Sum of RGB (Red+Green+Blue) = 188+182+7=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB607 is #4349F8. Grayscale: #A4A4A4. Windows color (decimal): -4409849 or 505532. OLE color: 505532.
HSL color Cylindrical-coordinate representation of color #BCB607: hue angle of 58.01º 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 #BCB607 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 7 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.26 |
| HSL | 58.01º | 0.93% | 0.38% | - |
| HSV(B) | 58.01º | 0.96% | 0.74% | - |
| XYZ | 37.51 | 44.16 | 6.75 | - |
| YUV | 163.84 | 39.49 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 7 | 0 | 0.03 | 0.96 | 0.26 | 58.01 | 0.93 | 0.38 |
| Hex | BC | B6 | 7 | 0 | 3 | 60 | 1A | 3A | 5D | 26 |
| Octal | 274 | 266 | 7 | 0 | 3 | 140 | 32 | 72 | 135 | 46 |
| Binary | 10111100 | 10110110 | 111 | 0 | 11 | 1100000 | 11010 | 111010 | 1011101 | 100110 |
Color Harmonies of #BCB607
Complementary color
Monochromatic Colors of #BCB607
Black with #BCB607
Text Example
Text Example
White with #BCB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB607; }
p { color: rgb(188,182,7); }
H1.HeaderClassName
{
color: #BCB607;
}
.AnyTagClassName
{
color: #BCB607;
}
</style>
background-color css
<style>
a { background-color: #BCB607; }
a { background-color: rgb(188,182,7); }
div.DivClassName
{
background-color: #BCB607;
}
.BgClassName
{
background-color: #BCB607;
}
</style>
border-color css
<style>
span { border-color: #BCB607; }
span { border-color: rgb(188,182,7); }
td.TdClassName
{
border-color: #BCB607;
}
.TagClassName
{
border-color: #BCB607;
}
</style>