Shades of La Rioja #BCB006
Tints of La Rioja #BCB006
RGB
CMYK
RGB Variations
Color information
#BCB006 (or 0xBCB006) is known color: La Rioja. HEX triplet: BC, B0 and 06. RGB value is (188,176,6). Sum of RGB (Red+Green+Blue) = 188+176+6=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCB006 is #434FF9. Grayscale: #A0A0A0. Windows color (decimal): -4411386 or 438460. OLE color: 438460.
HSL color Cylindrical-coordinate representation of color #BCB006: hue angle of 56.04º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCB006 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.26 |
| HSL | 56.04º | 0.94% | 0.38% | - |
| HSV(B) | 56.04º | 0.97% | 0.74% | - |
| XYZ | 36.3 | 41.76 | 6.32 | - |
| YUV | 160.21 | 40.98 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 6 | 0 | 0.06 | 0.97 | 0.26 | 56.04 | 0.94 | 0.38 |
| Hex | BC | B0 | 6 | 0 | 6 | 61 | 1A | 38 | 5E | 26 |
| Octal | 274 | 260 | 6 | 0 | 6 | 141 | 32 | 70 | 136 | 46 |
| Binary | 10111100 | 10110000 | 110 | 0 | 110 | 1100001 | 11010 | 111000 | 1011110 | 100110 |
Color Harmonies of #BCB006
Complementary color
Monochromatic Colors of #BCB006
Black with #BCB006
Text Example
Text Example
White with #BCB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB006; }
p { color: rgb(188,176,6); }
H1.HeaderClassName
{
color: #BCB006;
}
.AnyTagClassName
{
color: #BCB006;
}
</style>
background-color css
<style>
a { background-color: #BCB006; }
a { background-color: rgb(188,176,6); }
div.DivClassName
{
background-color: #BCB006;
}
.BgClassName
{
background-color: #BCB006;
}
</style>
border-color css
<style>
span { border-color: #BCB006; }
span { border-color: rgb(188,176,6); }
td.TdClassName
{
border-color: #BCB006;
}
.TagClassName
{
border-color: #BCB006;
}
</style>