Shades of La Rioja #BFC408
Tints of La Rioja #BFC408
RGB
CMYK
RGB Variations
Color information
#BFC408 (or 0xBFC408) is known color: La Rioja. HEX triplet: BF, C4 and 08. RGB value is (191,196,8). Sum of RGB (Red+Green+Blue) = 191+196+8=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC408 is #403BF7. Grayscale: #ADADAD. Windows color (decimal): -4209656 or 574655. OLE color: 574655.
HSL color Cylindrical-coordinate representation of color #BFC408: hue angle of 61.6º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFC408 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.23 |
| HSL | 61.6º | 0.92% | 0.4% | - |
| HSV(B) | 61.6º | 0.96% | 0.77% | - |
| XYZ | 41.27 | 50.57 | 7.82 | - |
| YUV | 173.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 8 | 0.03 | 0 | 0.96 | 0.23 | 61.6 | 0.92 | 0.4 |
| Hex | BF | C4 | 8 | 3 | 0 | 60 | 17 | 3E | 5C | 28 |
| Octal | 277 | 304 | 10 | 3 | 0 | 140 | 27 | 76 | 134 | 50 |
| Binary | 10111111 | 11000100 | 1000 | 11 | 0 | 1100000 | 10111 | 111110 | 1011100 | 101000 |
Color Harmonies of #BFC408
Complementary color
Monochromatic Colors of #BFC408
Black with #BFC408
Text Example
Text Example
White with #BFC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC408; }
p { color: rgb(191,196,8); }
H1.HeaderClassName
{
color: #BFC408;
}
.AnyTagClassName
{
color: #BFC408;
}
</style>
background-color css
<style>
a { background-color: #BFC408; }
a { background-color: rgb(191,196,8); }
div.DivClassName
{
background-color: #BFC408;
}
.BgClassName
{
background-color: #BFC408;
}
</style>
border-color css
<style>
span { border-color: #BFC408; }
span { border-color: rgb(191,196,8); }
td.TdClassName
{
border-color: #BFC408;
}
.TagClassName
{
border-color: #BFC408;
}
</style>