Shades of La Rioja #BFB90C
Tints of La Rioja #BFB90C
RGB
CMYK
RGB Variations
Color information
#BFB90C (or 0xBFB90C) is known color: La Rioja. HEX triplet: BF, B9 and 0C. RGB value is (191,185,12). Sum of RGB (Red+Green+Blue) = 191+185+12=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB90C is #4046F3. Grayscale: #A7A7A7. Windows color (decimal): -4212468 or 833983. OLE color: 833983.
HSL color Cylindrical-coordinate representation of color #BFB90C: hue angle of 57.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFB90C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.25 |
| HSL | 57.99º | 0.88% | 0.4% | - |
| HSV(B) | 57.99º | 0.94% | 0.75% | - |
| XYZ | 38.9 | 45.8 | 7.14 | - |
| YUV | 167.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 12 | 0 | 0.03 | 0.94 | 0.25 | 57.99 | 0.88 | 0.4 |
| Hex | BF | B9 | C | 0 | 3 | 5E | 19 | 3A | 58 | 28 |
| Octal | 277 | 271 | 14 | 0 | 3 | 136 | 31 | 72 | 130 | 50 |
| Binary | 10111111 | 10111001 | 1100 | 0 | 11 | 1011110 | 11001 | 111010 | 1011000 | 101000 |
Color Harmonies of #BFB90C
Complementary color
Monochromatic Colors of #BFB90C
Black with #BFB90C
Text Example
Text Example
White with #BFB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB90C; }
p { color: rgb(191,185,12); }
H1.HeaderClassName
{
color: #BFB90C;
}
.AnyTagClassName
{
color: #BFB90C;
}
</style>
background-color css
<style>
a { background-color: #BFB90C; }
a { background-color: rgb(191,185,12); }
div.DivClassName
{
background-color: #BFB90C;
}
.BgClassName
{
background-color: #BFB90C;
}
</style>
border-color css
<style>
span { border-color: #BFB90C; }
span { border-color: rgb(191,185,12); }
td.TdClassName
{
border-color: #BFB90C;
}
.TagClassName
{
border-color: #BFB90C;
}
</style>