Shades of La Rioja #BCAA02
Tints of La Rioja #BCAA02
RGB
CMYK
RGB Variations
Color information
#BCAA02 (or 0xBCAA02) is known color: La Rioja. HEX triplet: BC, AA and 02. RGB value is (188,170,2). Sum of RGB (Red+Green+Blue) = 188+170+2=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA02 is #4355FD. Grayscale: #9C9C9C. Windows color (decimal): -4412926 or 174780. OLE color: 174780.
HSL color Cylindrical-coordinate representation of color #BCAA02: hue angle of 54.19º degrees, saturation: 0.98, 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 #BCAA02 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.26 |
| HSL | 54.19º | 0.98% | 0.37% | - |
| HSV(B) | 54.19º | 0.99% | 0.74% | - |
| XYZ | 35.12 | 39.45 | 5.82 | - |
| YUV | 156.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 2 | 0 | 0.10 | 0.99 | 0.26 | 54.19 | 0.98 | 0.37 |
| Hex | BC | AA | 2 | 0 | A | 63 | 1A | 36 | 62 | 25 |
| Octal | 274 | 252 | 2 | 0 | 12 | 143 | 32 | 66 | 142 | 45 |
| Binary | 10111100 | 10101010 | 10 | 0 | 1010 | 1100011 | 11010 | 110110 | 1100010 | 100101 |
Color Harmonies of #BCAA02
Complementary color
Monochromatic Colors of #BCAA02
Black with #BCAA02
Text Example
Text Example
White with #BCAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA02; }
p { color: rgb(188,170,2); }
H1.HeaderClassName
{
color: #BCAA02;
}
.AnyTagClassName
{
color: #BCAA02;
}
</style>
background-color css
<style>
a { background-color: #BCAA02; }
a { background-color: rgb(188,170,2); }
div.DivClassName
{
background-color: #BCAA02;
}
.BgClassName
{
background-color: #BCAA02;
}
</style>
border-color css
<style>
span { border-color: #BCAA02; }
span { border-color: rgb(188,170,2); }
td.TdClassName
{
border-color: #BCAA02;
}
.TagClassName
{
border-color: #BCAA02;
}
</style>