Shades of La Rioja #BFCF0D
Tints of La Rioja #BFCF0D
RGB
CMYK
RGB Variations
Color information
#BFCF0D (or 0xBFCF0D) is known color: La Rioja. HEX triplet: BF, CF and 0D. RGB value is (191,207,13). Sum of RGB (Red+Green+Blue) = 191+207+13=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF0D is #4030F2. Grayscale: #B4B4B4. Windows color (decimal): -4206835 or 905151. OLE color: 905151.
HSL color Cylindrical-coordinate representation of color #BFCF0D: hue angle of 64.95º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFCF0D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.19 |
| HSL | 64.95º | 0.88% | 0.43% | - |
| HSV(B) | 64.95º | 0.94% | 0.81% | - |
| XYZ | 43.87 | 55.73 | 8.83 | - |
| YUV | 180.1 | 33.7 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 13 | 0.08 | 0 | 0.94 | 0.19 | 64.95 | 0.88 | 0.43 |
| Hex | BF | CF | D | 8 | 0 | 5E | 13 | 41 | 58 | 2B |
| Octal | 277 | 317 | 15 | 10 | 0 | 136 | 23 | 101 | 130 | 53 |
| Binary | 10111111 | 11001111 | 1101 | 1000 | 0 | 1011110 | 10011 | 1000001 | 1011000 | 101011 |
Color Harmonies of #BFCF0D
Complementary color
Monochromatic Colors of #BFCF0D
Black with #BFCF0D
Text Example
Text Example
White with #BFCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF0D; }
p { color: rgb(191,207,13); }
H1.HeaderClassName
{
color: #BFCF0D;
}
.AnyTagClassName
{
color: #BFCF0D;
}
</style>
background-color css
<style>
a { background-color: #BFCF0D; }
a { background-color: rgb(191,207,13); }
div.DivClassName
{
background-color: #BFCF0D;
}
.BgClassName
{
background-color: #BFCF0D;
}
</style>
border-color css
<style>
span { border-color: #BFCF0D; }
span { border-color: rgb(191,207,13); }
td.TdClassName
{
border-color: #BFCF0D;
}
.TagClassName
{
border-color: #BFCF0D;
}
</style>