Shades of La Rioja #BCAB06
Tints of La Rioja #BCAB06
RGB
CMYK
RGB Variations
Color information
#BCAB06 (or 0xBCAB06) is known color: La Rioja. HEX triplet: BC, AB and 06. RGB value is (188,171,6). Sum of RGB (Red+Green+Blue) = 188+171+6=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB06 is #4354F9. Grayscale: #9D9D9D. Windows color (decimal): -4412666 or 437180. OLE color: 437180.
HSL color Cylindrical-coordinate representation of color #BCAB06: hue angle of 54.4º 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 #BCAB06 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.26 |
| HSL | 54.4º | 0.94% | 0.38% | - |
| HSV(B) | 54.4º | 0.97% | 0.74% | - |
| XYZ | 35.33 | 39.83 | 6 | - |
| YUV | 157.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 6 | 0 | 0.09 | 0.97 | 0.26 | 54.4 | 0.94 | 0.38 |
| Hex | BC | AB | 6 | 0 | 9 | 61 | 1A | 36 | 5E | 26 |
| Octal | 274 | 253 | 6 | 0 | 11 | 141 | 32 | 66 | 136 | 46 |
| Binary | 10111100 | 10101011 | 110 | 0 | 1001 | 1100001 | 11010 | 110110 | 1011110 | 100110 |
Color Harmonies of #BCAB06
Complementary color
Monochromatic Colors of #BCAB06
Black with #BCAB06
Text Example
Text Example
White with #BCAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB06; }
p { color: rgb(188,171,6); }
H1.HeaderClassName
{
color: #BCAB06;
}
.AnyTagClassName
{
color: #BCAB06;
}
</style>
background-color css
<style>
a { background-color: #BCAB06; }
a { background-color: rgb(188,171,6); }
div.DivClassName
{
background-color: #BCAB06;
}
.BgClassName
{
background-color: #BCAB06;
}
</style>
border-color css
<style>
span { border-color: #BCAB06; }
span { border-color: rgb(188,171,6); }
td.TdClassName
{
border-color: #BCAB06;
}
.TagClassName
{
border-color: #BCAB06;
}
</style>