Shades of La Rioja #BFC812
Tints of La Rioja #BFC812
RGB
CMYK
RGB Variations
Color information
#BFC812 (or 0xBFC812) is known color: La Rioja. HEX triplet: BF, C8 and 12. RGB value is (191,200,18). Sum of RGB (Red+Green+Blue) = 191+200+18=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC812 is #4037ED. Grayscale: #B1B1B1. Windows color (decimal): -4208622 or 1231039. OLE color: 1231039.
HSL color Cylindrical-coordinate representation of color #BFC812: hue angle of 62.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFC812 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 18 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.22 |
| HSL | 62.97º | 0.83% | 0.43% | - |
| HSV(B) | 62.97º | 0.91% | 0.78% | - |
| XYZ | 42.25 | 52.43 | 8.47 | - |
| YUV | 176.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 18 | 0.04 | 0 | 0.91 | 0.22 | 62.97 | 0.83 | 0.43 |
| Hex | BF | C8 | 12 | 4 | 0 | 5B | 16 | 3F | 53 | 2B |
| Octal | 277 | 310 | 22 | 4 | 0 | 133 | 26 | 77 | 123 | 53 |
| Binary | 10111111 | 11001000 | 10010 | 100 | 0 | 1011011 | 10110 | 111111 | 1010011 | 101011 |
Color Harmonies of #BFC812
Complementary color
Monochromatic Colors of #BFC812
Black with #BFC812
Text Example
Text Example
White with #BFC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC812; }
p { color: rgb(191,200,18); }
H1.HeaderClassName
{
color: #BFC812;
}
.AnyTagClassName
{
color: #BFC812;
}
</style>
background-color css
<style>
a { background-color: #BFC812; }
a { background-color: rgb(191,200,18); }
div.DivClassName
{
background-color: #BFC812;
}
.BgClassName
{
background-color: #BFC812;
}
</style>
border-color css
<style>
span { border-color: #BFC812; }
span { border-color: rgb(191,200,18); }
td.TdClassName
{
border-color: #BFC812;
}
.TagClassName
{
border-color: #BFC812;
}
</style>