Shades of La Rioja #BCAB07
Tints of La Rioja #BCAB07
RGB
CMYK
RGB Variations
Color information
#BCAB07 (or 0xBCAB07) is known color: La Rioja. HEX triplet: BC, AB and 07. RGB value is (188,171,7). Sum of RGB (Red+Green+Blue) = 188+171+7=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB07 is #4354F8. Grayscale: #9E9E9E. Windows color (decimal): -4412665 or 502716. OLE color: 502716.
HSL color Cylindrical-coordinate representation of color #BCAB07: hue angle of 54.36º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCAB07 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 7 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.26 |
| HSL | 54.36º | 0.93% | 0.38% | - |
| HSV(B) | 54.36º | 0.96% | 0.74% | - |
| XYZ | 35.34 | 39.83 | 6.03 | - |
| YUV | 157.39 | 43.13 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 7 | 0 | 0.09 | 0.96 | 0.26 | 54.36 | 0.93 | 0.38 |
| Hex | BC | AB | 7 | 0 | 9 | 60 | 1A | 36 | 5D | 26 |
| Octal | 274 | 253 | 7 | 0 | 11 | 140 | 32 | 66 | 135 | 46 |
| Binary | 10111100 | 10101011 | 111 | 0 | 1001 | 1100000 | 11010 | 110110 | 1011101 | 100110 |
Color Harmonies of #BCAB07
Complementary color
Monochromatic Colors of #BCAB07
Black with #BCAB07
Text Example
Text Example
White with #BCAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB07; }
p { color: rgb(188,171,7); }
H1.HeaderClassName
{
color: #BCAB07;
}
.AnyTagClassName
{
color: #BCAB07;
}
</style>
background-color css
<style>
a { background-color: #BCAB07; }
a { background-color: rgb(188,171,7); }
div.DivClassName
{
background-color: #BCAB07;
}
.BgClassName
{
background-color: #BCAB07;
}
</style>
border-color css
<style>
span { border-color: #BCAB07; }
span { border-color: rgb(188,171,7); }
td.TdClassName
{
border-color: #BCAB07;
}
.TagClassName
{
border-color: #BCAB07;
}
</style>