Shades of La Rioja #BFCC0F
Tints of La Rioja #BFCC0F
RGB
CMYK
RGB Variations
Color information
#BFCC0F (or 0xBFCC0F) is known color: La Rioja. HEX triplet: BF, CC and 0F. RGB value is (191,204,15). Sum of RGB (Red+Green+Blue) = 191+204+15=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC0F is #4033F0. Grayscale: #B3B3B3. Windows color (decimal): -4207601 or 1035455. OLE color: 1035455.
HSL color Cylindrical-coordinate representation of color #BFCC0F: hue angle of 64.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFCC0F is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 15 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.2 |
| HSL | 64.13º | 0.86% | 0.43% | - |
| HSV(B) | 64.13º | 0.93% | 0.8% | - |
| XYZ | 43.16 | 54.3 | 8.66 | - |
| YUV | 178.57 | 35.69 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 15 | 0.06 | 0 | 0.93 | 0.2 | 64.13 | 0.86 | 0.43 |
| Hex | BF | CC | F | 6 | 0 | 5D | 14 | 40 | 56 | 2B |
| Octal | 277 | 314 | 17 | 6 | 0 | 135 | 24 | 100 | 126 | 53 |
| Binary | 10111111 | 11001100 | 1111 | 110 | 0 | 1011101 | 10100 | 1000000 | 1010110 | 101011 |
Color Harmonies of #BFCC0F
Complementary color
Monochromatic Colors of #BFCC0F
Black with #BFCC0F
Text Example
Text Example
White with #BFCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC0F; }
p { color: rgb(191,204,15); }
H1.HeaderClassName
{
color: #BFCC0F;
}
.AnyTagClassName
{
color: #BFCC0F;
}
</style>
background-color css
<style>
a { background-color: #BFCC0F; }
a { background-color: rgb(191,204,15); }
div.DivClassName
{
background-color: #BFCC0F;
}
.BgClassName
{
background-color: #BFCC0F;
}
</style>
border-color css
<style>
span { border-color: #BFCC0F; }
span { border-color: rgb(191,204,15); }
td.TdClassName
{
border-color: #BFCC0F;
}
.TagClassName
{
border-color: #BFCC0F;
}
</style>