Shades of La Rioja #BFC808
Tints of La Rioja #BFC808
RGB
CMYK
RGB Variations
Color information
#BFC808 (or 0xBFC808) is known color: La Rioja. HEX triplet: BF, C8 and 08. RGB value is (191,200,8). Sum of RGB (Red+Green+Blue) = 191+200+8=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC808 is #4037F7. Grayscale: #B0B0B0. Windows color (decimal): -4208632 or 575679. OLE color: 575679.
HSL color Cylindrical-coordinate representation of color #BFC808: hue angle of 62.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFC808 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.22 |
| HSL | 62.81º | 0.92% | 0.41% | - |
| HSV(B) | 62.81º | 0.96% | 0.78% | - |
| XYZ | 42.18 | 52.4 | 8.12 | - |
| YUV | 175.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 8 | 0.04 | 0 | 0.96 | 0.22 | 62.81 | 0.92 | 0.41 |
| Hex | BF | C8 | 8 | 4 | 0 | 60 | 16 | 3F | 5C | 29 |
| Octal | 277 | 310 | 10 | 4 | 0 | 140 | 26 | 77 | 134 | 51 |
| Binary | 10111111 | 11001000 | 1000 | 100 | 0 | 1100000 | 10110 | 111111 | 1011100 | 101001 |
Color Harmonies of #BFC808
Complementary color
Monochromatic Colors of #BFC808
Black with #BFC808
Text Example
Text Example
White with #BFC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC808; }
p { color: rgb(191,200,8); }
H1.HeaderClassName
{
color: #BFC808;
}
.AnyTagClassName
{
color: #BFC808;
}
</style>
background-color css
<style>
a { background-color: #BFC808; }
a { background-color: rgb(191,200,8); }
div.DivClassName
{
background-color: #BFC808;
}
.BgClassName
{
background-color: #BFC808;
}
</style>
border-color css
<style>
span { border-color: #BFC808; }
span { border-color: rgb(191,200,8); }
td.TdClassName
{
border-color: #BFC808;
}
.TagClassName
{
border-color: #BFC808;
}
</style>