Shades of La Rioja #BCB001
Tints of La Rioja #BCB001
RGB
CMYK
RGB Variations
Color information
#BCB001 (or 0xBCB001) is known color: La Rioja. HEX triplet: BC, B0 and 01. RGB value is (188,176,1). Sum of RGB (Red+Green+Blue) = 188+176+1=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB001 is #434FFE. Grayscale: #A0A0A0. Windows color (decimal): -4411391 or 110780. OLE color: 110780.
HSL color Cylindrical-coordinate representation of color #BCB001: hue angle of 56.15º 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 #BCB001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.26 |
| HSL | 56.15º | 0.99% | 0.37% | - |
| HSV(B) | 56.15º | 0.99% | 0.74% | - |
| XYZ | 36.27 | 41.74 | 6.17 | - |
| YUV | 159.64 | 38.48 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 1 | 0 | 0.06 | 0.99 | 0.26 | 56.15 | 0.99 | 0.37 |
| Hex | BC | B0 | 1 | 0 | 6 | 63 | 1A | 38 | 63 | 25 |
| Octal | 274 | 260 | 1 | 0 | 6 | 143 | 32 | 70 | 143 | 45 |
| Binary | 10111100 | 10110000 | 1 | 0 | 110 | 1100011 | 11010 | 111000 | 1100011 | 100101 |
Color Harmonies of #BCB001
Complementary color
Monochromatic Colors of #BCB001
Black with #BCB001
Text Example
Text Example
White with #BCB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB001; }
p { color: rgb(188,176,1); }
H1.HeaderClassName
{
color: #BCB001;
}
.AnyTagClassName
{
color: #BCB001;
}
</style>
background-color css
<style>
a { background-color: #BCB001; }
a { background-color: rgb(188,176,1); }
div.DivClassName
{
background-color: #BCB001;
}
.BgClassName
{
background-color: #BCB001;
}
</style>
border-color css
<style>
span { border-color: #BCB001; }
span { border-color: rgb(188,176,1); }
td.TdClassName
{
border-color: #BCB001;
}
.TagClassName
{
border-color: #BCB001;
}
</style>