Shades of La Rioja #BFC608
Tints of La Rioja #BFC608
RGB
CMYK
RGB Variations
Color information
#BFC608 (or 0xBFC608) is known color: La Rioja. HEX triplet: BF, C6 and 08. RGB value is (191,198,8). Sum of RGB (Red+Green+Blue) = 191+198+8=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC608 is #4039F7. Grayscale: #AFAFAF. Windows color (decimal): -4209144 or 575167. OLE color: 575167.
HSL color Cylindrical-coordinate representation of color #BFC608: hue angle of 62.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFC608 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.22 |
| HSL | 62.21º | 0.92% | 0.4% | - |
| HSV(B) | 62.21º | 0.96% | 0.78% | - |
| XYZ | 41.72 | 51.48 | 7.97 | - |
| YUV | 174.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 8 | 0.04 | 0 | 0.96 | 0.22 | 62.21 | 0.92 | 0.4 |
| Hex | BF | C6 | 8 | 4 | 0 | 60 | 16 | 3E | 5C | 28 |
| Octal | 277 | 306 | 10 | 4 | 0 | 140 | 26 | 76 | 134 | 50 |
| Binary | 10111111 | 11000110 | 1000 | 100 | 0 | 1100000 | 10110 | 111110 | 1011100 | 101000 |
Color Harmonies of #BFC608
Complementary color
Monochromatic Colors of #BFC608
Black with #BFC608
Text Example
Text Example
White with #BFC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC608; }
p { color: rgb(191,198,8); }
H1.HeaderClassName
{
color: #BFC608;
}
.AnyTagClassName
{
color: #BFC608;
}
</style>
background-color css
<style>
a { background-color: #BFC608; }
a { background-color: rgb(191,198,8); }
div.DivClassName
{
background-color: #BFC608;
}
.BgClassName
{
background-color: #BFC608;
}
</style>
border-color css
<style>
span { border-color: #BFC608; }
span { border-color: rgb(191,198,8); }
td.TdClassName
{
border-color: #BFC608;
}
.TagClassName
{
border-color: #BFC608;
}
</style>