Shades of La Rioja #BCB200
Tints of La Rioja #BCB200
RGB
CMYK
RGB Variations
Color information
#BCB200 (or 0xBCB200) is known color: La Rioja. HEX triplet: BC, B2 and 00. RGB value is (188,178,0). Sum of RGB (Red+Green+Blue) = 188+178+0=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB200 is #434DFF. Grayscale: #A1A1A1. Windows color (decimal): -4410880 or 45756. OLE color: 45756.
HSL color Cylindrical-coordinate representation of color #BCB200: hue angle of 56.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCB200 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.26 |
| HSL | 56.81º | 1% | 0.37% | - |
| HSV(B) | 56.81º | 1% | 0.74% | - |
| XYZ | 36.66 | 42.53 | 6.28 | - |
| YUV | 160.7 | 37.31 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 0 | 0 | 0.05 | 1 | 0.26 | 56.81 | 1 | 0.37 |
| Hex | BC | B2 | 0 | 0 | 5 | 64 | 1A | 39 | 64 | 25 |
| Octal | 274 | 262 | 0 | 0 | 5 | 144 | 32 | 71 | 144 | 45 |
| Binary | 10111100 | 10110010 | 0 | 0 | 101 | 1100100 | 11010 | 111001 | 1100100 | 100101 |
Color Harmonies of #BCB200
Complementary color
Monochromatic Colors of #BCB200
Black with #BCB200
Text Example
Text Example
White with #BCB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB200; }
p { color: rgb(188,178,0); }
H1.HeaderClassName
{
color: #BCB200;
}
.AnyTagClassName
{
color: #BCB200;
}
</style>
background-color css
<style>
a { background-color: #BCB200; }
a { background-color: rgb(188,178,0); }
div.DivClassName
{
background-color: #BCB200;
}
.BgClassName
{
background-color: #BCB200;
}
</style>
border-color css
<style>
span { border-color: #BCB200; }
span { border-color: rgb(188,178,0); }
td.TdClassName
{
border-color: #BCB200;
}
.TagClassName
{
border-color: #BCB200;
}
</style>