Shades of La Rioja #BFCC06
Tints of La Rioja #BFCC06
RGB
CMYK
RGB Variations
Color information
#BFCC06 (or 0xBFCC06) is known color: La Rioja. HEX triplet: BF, CC and 06. RGB value is (191,204,6). Sum of RGB (Red+Green+Blue) = 191+204+6=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC06 is #4033F9. Grayscale: #B2B2B2. Windows color (decimal): -4207610 or 445631. OLE color: 445631.
HSL color Cylindrical-coordinate representation of color #BFCC06: hue angle of 63.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFCC06 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 6 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.2 |
| HSL | 63.94º | 0.94% | 0.41% | - |
| HSV(B) | 63.94º | 0.97% | 0.8% | - |
| XYZ | 43.11 | 54.28 | 8.38 | - |
| YUV | 177.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 6 | 0.06 | 0 | 0.97 | 0.2 | 63.94 | 0.94 | 0.41 |
| Hex | BF | CC | 6 | 6 | 0 | 61 | 14 | 40 | 5E | 29 |
| Octal | 277 | 314 | 6 | 6 | 0 | 141 | 24 | 100 | 136 | 51 |
| Binary | 10111111 | 11001100 | 110 | 110 | 0 | 1100001 | 10100 | 1000000 | 1011110 | 101001 |
Color Harmonies of #BFCC06
Complementary color
Monochromatic Colors of #BFCC06
Black with #BFCC06
Text Example
Text Example
White with #BFCC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC06; }
p { color: rgb(191,204,6); }
H1.HeaderClassName
{
color: #BFCC06;
}
.AnyTagClassName
{
color: #BFCC06;
}
</style>
background-color css
<style>
a { background-color: #BFCC06; }
a { background-color: rgb(191,204,6); }
div.DivClassName
{
background-color: #BFCC06;
}
.BgClassName
{
background-color: #BFCC06;
}
</style>
border-color css
<style>
span { border-color: #BFCC06; }
span { border-color: rgb(191,204,6); }
td.TdClassName
{
border-color: #BFCC06;
}
.TagClassName
{
border-color: #BFCC06;
}
</style>