Shades of La Rioja #BFB70C
Tints of La Rioja #BFB70C
RGB
CMYK
RGB Variations
Color information
#BFB70C (or 0xBFB70C) is known color: La Rioja. HEX triplet: BF, B7 and 0C. RGB value is (191,183,12). Sum of RGB (Red+Green+Blue) = 191+183+12=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB70C is #4048F3. Grayscale: #A6A6A6. Windows color (decimal): -4212980 or 833471. OLE color: 833471.
HSL color Cylindrical-coordinate representation of color #BFB70C: hue angle of 57.32º 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 #BFB70C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.25 |
| HSL | 57.32º | 0.88% | 0.4% | - |
| HSV(B) | 57.32º | 0.94% | 0.75% | - |
| XYZ | 38.49 | 44.97 | 7 | - |
| YUV | 165.9 | 41.15 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 12 | 0 | 0.04 | 0.94 | 0.25 | 57.32 | 0.88 | 0.4 |
| Hex | BF | B7 | C | 0 | 4 | 5E | 19 | 39 | 58 | 28 |
| Octal | 277 | 267 | 14 | 0 | 4 | 136 | 31 | 71 | 130 | 50 |
| Binary | 10111111 | 10110111 | 1100 | 0 | 100 | 1011110 | 11001 | 111001 | 1011000 | 101000 |
Color Harmonies of #BFB70C
Complementary color
Monochromatic Colors of #BFB70C
Black with #BFB70C
Text Example
Text Example
White with #BFB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB70C; }
p { color: rgb(191,183,12); }
H1.HeaderClassName
{
color: #BFB70C;
}
.AnyTagClassName
{
color: #BFB70C;
}
</style>
background-color css
<style>
a { background-color: #BFB70C; }
a { background-color: rgb(191,183,12); }
div.DivClassName
{
background-color: #BFB70C;
}
.BgClassName
{
background-color: #BFB70C;
}
</style>
border-color css
<style>
span { border-color: #BFB70C; }
span { border-color: rgb(191,183,12); }
td.TdClassName
{
border-color: #BFB70C;
}
.TagClassName
{
border-color: #BFB70C;
}
</style>