Shades of La Rioja #BCB907
Tints of La Rioja #BCB907
RGB
CMYK
RGB Variations
Color information
#BCB907 (or 0xBCB907) is known color: La Rioja. HEX triplet: BC, B9 and 07. RGB value is (188,185,7). Sum of RGB (Red+Green+Blue) = 188+185+7=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 185 (72.66% from 255 or 48.68% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB907 is #4346F8. Grayscale: #A6A6A6. Windows color (decimal): -4409081 or 506300. OLE color: 506300.
HSL color Cylindrical-coordinate representation of color #BCB907: hue angle of 59.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 #BCB907 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.26 |
| HSL | 59.01º | 0.93% | 0.38% | - |
| HSV(B) | 59.01º | 0.96% | 0.74% | - |
| XYZ | 38.13 | 45.4 | 6.96 | - |
| YUV | 165.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 7 | 0 | 0.02 | 0.96 | 0.26 | 59.01 | 0.93 | 0.38 |
| Hex | BC | B9 | 7 | 0 | 2 | 60 | 1A | 3B | 5D | 26 |
| Octal | 274 | 271 | 7 | 0 | 2 | 140 | 32 | 73 | 135 | 46 |
| Binary | 10111100 | 10111001 | 111 | 0 | 10 | 1100000 | 11010 | 111011 | 1011101 | 100110 |
Color Harmonies of #BCB907
Complementary color
Monochromatic Colors of #BCB907
Black with #BCB907
Text Example
Text Example
White with #BCB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB907; }
p { color: rgb(188,185,7); }
H1.HeaderClassName
{
color: #BCB907;
}
.AnyTagClassName
{
color: #BCB907;
}
</style>
background-color css
<style>
a { background-color: #BCB907; }
a { background-color: rgb(188,185,7); }
div.DivClassName
{
background-color: #BCB907;
}
.BgClassName
{
background-color: #BCB907;
}
</style>
border-color css
<style>
span { border-color: #BCB907; }
span { border-color: rgb(188,185,7); }
td.TdClassName
{
border-color: #BCB907;
}
.TagClassName
{
border-color: #BCB907;
}
</style>