Shades of La Rioja #BCAA01
Tints of La Rioja #BCAA01
RGB
CMYK
RGB Variations
Color information
#BCAA01 (or 0xBCAA01) is known color: La Rioja. HEX triplet: BC, AA and 01. RGB value is (188,170,1). Sum of RGB (Red+Green+Blue) = 188+170+1=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA01 is #4355FE. Grayscale: #9C9C9C. Windows color (decimal): -4412927 or 109244. OLE color: 109244.
HSL color Cylindrical-coordinate representation of color #BCAA01: hue angle of 54.22º 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 #BCAA01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.26 |
| HSL | 54.22º | 0.99% | 0.37% | - |
| HSV(B) | 54.22º | 0.99% | 0.74% | - |
| XYZ | 35.12 | 39.44 | 5.79 | - |
| YUV | 156.12 | 40.46 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 1 | 0 | 0.10 | 0.99 | 0.26 | 54.22 | 0.99 | 0.37 |
| Hex | BC | AA | 1 | 0 | A | 63 | 1A | 36 | 63 | 25 |
| Octal | 274 | 252 | 1 | 0 | 12 | 143 | 32 | 66 | 143 | 45 |
| Binary | 10111100 | 10101010 | 1 | 0 | 1010 | 1100011 | 11010 | 110110 | 1100011 | 100101 |
Color Harmonies of #BCAA01
Complementary color
Monochromatic Colors of #BCAA01
Black with #BCAA01
Text Example
Text Example
White with #BCAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA01; }
p { color: rgb(188,170,1); }
H1.HeaderClassName
{
color: #BCAA01;
}
.AnyTagClassName
{
color: #BCAA01;
}
</style>
background-color css
<style>
a { background-color: #BCAA01; }
a { background-color: rgb(188,170,1); }
div.DivClassName
{
background-color: #BCAA01;
}
.BgClassName
{
background-color: #BCAA01;
}
</style>
border-color css
<style>
span { border-color: #BCAA01; }
span { border-color: rgb(188,170,1); }
td.TdClassName
{
border-color: #BCAA01;
}
.TagClassName
{
border-color: #BCAA01;
}
</style>