Shades of La Rioja #BFCA0A
Tints of La Rioja #BFCA0A
RGB
CMYK
RGB Variations
Color information
#BFCA0A (or 0xBFCA0A) is known color: La Rioja. HEX triplet: BF, CA and 0A. RGB value is (191,202,10). Sum of RGB (Red+Green+Blue) = 191+202+10=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA0A is #4035F5. Grayscale: #B1B1B1. Windows color (decimal): -4208118 or 707263. OLE color: 707263.
HSL color Cylindrical-coordinate representation of color #BFCA0A: hue angle of 63.44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFCA0A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.21 |
| HSL | 63.44º | 0.91% | 0.42% | - |
| HSV(B) | 63.44º | 0.95% | 0.79% | - |
| XYZ | 42.66 | 53.34 | 8.33 | - |
| YUV | 176.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 10 | 0.05 | 0 | 0.95 | 0.21 | 63.44 | 0.91 | 0.42 |
| Hex | BF | CA | A | 5 | 0 | 5F | 15 | 3F | 5B | 2A |
| Octal | 277 | 312 | 12 | 5 | 0 | 137 | 25 | 77 | 133 | 52 |
| Binary | 10111111 | 11001010 | 1010 | 101 | 0 | 1011111 | 10101 | 111111 | 1011011 | 101010 |
Color Harmonies of #BFCA0A
Complementary color
Monochromatic Colors of #BFCA0A
Black with #BFCA0A
Text Example
Text Example
White with #BFCA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA0A; }
p { color: rgb(191,202,10); }
H1.HeaderClassName
{
color: #BFCA0A;
}
.AnyTagClassName
{
color: #BFCA0A;
}
</style>
background-color css
<style>
a { background-color: #BFCA0A; }
a { background-color: rgb(191,202,10); }
div.DivClassName
{
background-color: #BFCA0A;
}
.BgClassName
{
background-color: #BFCA0A;
}
</style>
border-color css
<style>
span { border-color: #BFCA0A; }
span { border-color: rgb(191,202,10); }
td.TdClassName
{
border-color: #BFCA0A;
}
.TagClassName
{
border-color: #BFCA0A;
}
</style>