Shades of La Rioja #BFC402
Tints of La Rioja #BFC402
RGB
CMYK
RGB Variations
Color information
#BFC402 (or 0xBFC402) is known color: La Rioja. HEX triplet: BF, C4 and 02. RGB value is (191,196,2). Sum of RGB (Red+Green+Blue) = 191+196+2=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC402 is #403BFD. Grayscale: #ADADAD. Windows color (decimal): -4209662 or 181439. OLE color: 181439.
HSL color Cylindrical-coordinate representation of color #BFC402: hue angle of 61.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFC402 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.23 |
| HSL | 61.55º | 0.98% | 0.39% | - |
| HSV(B) | 61.55º | 0.99% | 0.77% | - |
| XYZ | 41.24 | 50.56 | 7.64 | - |
| YUV | 172.39 | 31.84 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 2 | 0.03 | 0 | 0.99 | 0.23 | 61.55 | 0.98 | 0.39 |
| Hex | BF | C4 | 2 | 3 | 0 | 63 | 17 | 3E | 62 | 27 |
| Octal | 277 | 304 | 2 | 3 | 0 | 143 | 27 | 76 | 142 | 47 |
| Binary | 10111111 | 11000100 | 10 | 11 | 0 | 1100011 | 10111 | 111110 | 1100010 | 100111 |
Color Harmonies of #BFC402
Complementary color
Monochromatic Colors of #BFC402
Black with #BFC402
Text Example
Text Example
White with #BFC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC402; }
p { color: rgb(191,196,2); }
H1.HeaderClassName
{
color: #BFC402;
}
.AnyTagClassName
{
color: #BFC402;
}
</style>
background-color css
<style>
a { background-color: #BFC402; }
a { background-color: rgb(191,196,2); }
div.DivClassName
{
background-color: #BFC402;
}
.BgClassName
{
background-color: #BFC402;
}
</style>
border-color css
<style>
span { border-color: #BFC402; }
span { border-color: rgb(191,196,2); }
td.TdClassName
{
border-color: #BFC402;
}
.TagClassName
{
border-color: #BFC402;
}
</style>