Shades of La Rioja #BCAA03
Tints of La Rioja #BCAA03
RGB
CMYK
RGB Variations
Color information
#BCAA03 (or 0xBCAA03) is known color: La Rioja. HEX triplet: BC, AA and 03. RGB value is (188,170,3). Sum of RGB (Red+Green+Blue) = 188+170+3=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 3 (1.56% from 255 or 0.83% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAA03 is #4355FC. Grayscale: #9D9D9D. Windows color (decimal): -4412925 or 240316. OLE color: 240316.
HSL color Cylindrical-coordinate representation of color #BCAA03: hue angle of 54.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCAA03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.26 |
| HSL | 54.16º | 0.97% | 0.37% | - |
| HSV(B) | 54.16º | 0.98% | 0.74% | - |
| XYZ | 35.13 | 39.45 | 5.85 | - |
| YUV | 156.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 3 | 0 | 0.10 | 0.98 | 0.26 | 54.16 | 0.97 | 0.37 |
| Hex | BC | AA | 3 | 0 | A | 62 | 1A | 36 | 61 | 25 |
| Octal | 274 | 252 | 3 | 0 | 12 | 142 | 32 | 66 | 141 | 45 |
| Binary | 10111100 | 10101010 | 11 | 0 | 1010 | 1100010 | 11010 | 110110 | 1100001 | 100101 |
Color Harmonies of #BCAA03
Complementary color
Monochromatic Colors of #BCAA03
Black with #BCAA03
Text Example
Text Example
White with #BCAA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA03; }
p { color: rgb(188,170,3); }
H1.HeaderClassName
{
color: #BCAA03;
}
.AnyTagClassName
{
color: #BCAA03;
}
</style>
background-color css
<style>
a { background-color: #BCAA03; }
a { background-color: rgb(188,170,3); }
div.DivClassName
{
background-color: #BCAA03;
}
.BgClassName
{
background-color: #BCAA03;
}
</style>
border-color css
<style>
span { border-color: #BCAA03; }
span { border-color: rgb(188,170,3); }
td.TdClassName
{
border-color: #BCAA03;
}
.TagClassName
{
border-color: #BCAA03;
}
</style>