Shades of La Rioja #BFC312
Tints of La Rioja #BFC312
RGB
CMYK
RGB Variations
Color information
#BFC312 (or 0xBFC312) is known color: La Rioja. HEX triplet: BF, C3 and 12. RGB value is (191,195,18). Sum of RGB (Red+Green+Blue) = 191+195+18=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC312 is #403CED. Grayscale: #AEAEAE. Windows color (decimal): -4209902 or 1229759. OLE color: 1229759.
HSL color Cylindrical-coordinate representation of color #BFC312: hue angle of 61.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFC312 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 18 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.24 |
| HSL | 61.36º | 0.83% | 0.42% | - |
| HSV(B) | 61.36º | 0.91% | 0.76% | - |
| XYZ | 41.11 | 50.15 | 8.09 | - |
| YUV | 173.63 | 40.17 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 18 | 0.02 | 0 | 0.91 | 0.24 | 61.36 | 0.83 | 0.42 |
| Hex | BF | C3 | 12 | 2 | 0 | 5B | 18 | 3D | 53 | 2A |
| Octal | 277 | 303 | 22 | 2 | 0 | 133 | 30 | 75 | 123 | 52 |
| Binary | 10111111 | 11000011 | 10010 | 10 | 0 | 1011011 | 11000 | 111101 | 1010011 | 101010 |
Color Harmonies of #BFC312
Complementary color
Monochromatic Colors of #BFC312
Black with #BFC312
Text Example
Text Example
White with #BFC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC312; }
p { color: rgb(191,195,18); }
H1.HeaderClassName
{
color: #BFC312;
}
.AnyTagClassName
{
color: #BFC312;
}
</style>
background-color css
<style>
a { background-color: #BFC312; }
a { background-color: rgb(191,195,18); }
div.DivClassName
{
background-color: #BFC312;
}
.BgClassName
{
background-color: #BFC312;
}
</style>
border-color css
<style>
span { border-color: #BFC312; }
span { border-color: rgb(191,195,18); }
td.TdClassName
{
border-color: #BFC312;
}
.TagClassName
{
border-color: #BFC312;
}
</style>