Shades of La Rioja #BFCA0B
Tints of La Rioja #BFCA0B
RGB
CMYK
RGB Variations
Color information
#BFCA0B (or 0xBFCA0B) is known color: La Rioja. HEX triplet: BF, CA and 0B. RGB value is (191,202,11). Sum of RGB (Red+Green+Blue) = 191+202+11=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA0B is #4035F4. Grayscale: #B1B1B1. Windows color (decimal): -4208117 or 772799. OLE color: 772799.
HSL color Cylindrical-coordinate representation of color #BFCA0B: hue angle of 63.46º degrees, saturation: 0.9, 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 #BFCA0B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.21 |
| HSL | 63.46º | 0.9% | 0.42% | - |
| HSV(B) | 63.46º | 0.95% | 0.79% | - |
| XYZ | 42.67 | 53.34 | 8.36 | - |
| YUV | 176.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 11 | 0.05 | 0 | 0.95 | 0.21 | 63.46 | 0.9 | 0.42 |
| Hex | BF | CA | B | 5 | 0 | 5F | 15 | 3F | 5A | 2A |
| Octal | 277 | 312 | 13 | 5 | 0 | 137 | 25 | 77 | 132 | 52 |
| Binary | 10111111 | 11001010 | 1011 | 101 | 0 | 1011111 | 10101 | 111111 | 1011010 | 101010 |
Color Harmonies of #BFCA0B
Complementary color
Monochromatic Colors of #BFCA0B
Black with #BFCA0B
Text Example
Text Example
White with #BFCA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA0B; }
p { color: rgb(191,202,11); }
H1.HeaderClassName
{
color: #BFCA0B;
}
.AnyTagClassName
{
color: #BFCA0B;
}
</style>
background-color css
<style>
a { background-color: #BFCA0B; }
a { background-color: rgb(191,202,11); }
div.DivClassName
{
background-color: #BFCA0B;
}
.BgClassName
{
background-color: #BFCA0B;
}
</style>
border-color css
<style>
span { border-color: #BFCA0B; }
span { border-color: rgb(191,202,11); }
td.TdClassName
{
border-color: #BFCA0B;
}
.TagClassName
{
border-color: #BFCA0B;
}
</style>