Shades of La Rioja #BCB101
Tints of La Rioja #BCB101
RGB
CMYK
RGB Variations
Color information
#BCB101 (or 0xBCB101) is known color: La Rioja. HEX triplet: BC, B1 and 01. RGB value is (188,177,1). Sum of RGB (Red+Green+Blue) = 188+177+1=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB101 is #434EFE. Grayscale: #A0A0A0. Windows color (decimal): -4411135 or 111036. OLE color: 111036.
HSL color Cylindrical-coordinate representation of color #BCB101: hue angle of 56.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCB101 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 177 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.26 |
| HSL | 56.47º | 0.99% | 0.37% | - |
| HSV(B) | 56.47º | 0.99% | 0.74% | - |
| XYZ | 36.47 | 42.14 | 6.24 | - |
| YUV | 160.23 | 38.14 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 1 | 0 | 0.06 | 0.99 | 0.26 | 56.47 | 0.99 | 0.37 |
| Hex | BC | B1 | 1 | 0 | 6 | 63 | 1A | 38 | 63 | 25 |
| Octal | 274 | 261 | 1 | 0 | 6 | 143 | 32 | 70 | 143 | 45 |
| Binary | 10111100 | 10110001 | 1 | 0 | 110 | 1100011 | 11010 | 111000 | 1100011 | 100101 |
Color Harmonies of #BCB101
Complementary color
Monochromatic Colors of #BCB101
Black with #BCB101
Text Example
Text Example
White with #BCB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB101; }
p { color: rgb(188,177,1); }
H1.HeaderClassName
{
color: #BCB101;
}
.AnyTagClassName
{
color: #BCB101;
}
</style>
background-color css
<style>
a { background-color: #BCB101; }
a { background-color: rgb(188,177,1); }
div.DivClassName
{
background-color: #BCB101;
}
.BgClassName
{
background-color: #BCB101;
}
</style>
border-color css
<style>
span { border-color: #BCB101; }
span { border-color: rgb(188,177,1); }
td.TdClassName
{
border-color: #BCB101;
}
.TagClassName
{
border-color: #BCB101;
}
</style>