Shades of La Rioja #BFB512
Tints of La Rioja #BFB512
RGB
CMYK
RGB Variations
Color information
#BFB512 (or 0xBFB512) is known color: La Rioja. HEX triplet: BF, B5 and 12. RGB value is (191,181,18). Sum of RGB (Red+Green+Blue) = 191+181+18=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB512 is #404AED. Grayscale: #A6A6A6. Windows color (decimal): -4213486 or 1226175. OLE color: 1226175.
HSL color Cylindrical-coordinate representation of color #BFB512: hue angle of 56.53º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFB512 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 18 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.25 |
| HSL | 56.53º | 0.83% | 0.41% | - |
| HSV(B) | 56.53º | 0.91% | 0.75% | - |
| XYZ | 38.12 | 44.17 | 7.09 | - |
| YUV | 165.41 | 44.81 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 18 | 0 | 0.05 | 0.91 | 0.25 | 56.53 | 0.83 | 0.41 |
| Hex | BF | B5 | 12 | 0 | 5 | 5B | 19 | 39 | 53 | 29 |
| Octal | 277 | 265 | 22 | 0 | 5 | 133 | 31 | 71 | 123 | 51 |
| Binary | 10111111 | 10110101 | 10010 | 0 | 101 | 1011011 | 11001 | 111001 | 1010011 | 101001 |
Color Harmonies of #BFB512
Complementary color
Monochromatic Colors of #BFB512
Black with #BFB512
Text Example
Text Example
White with #BFB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB512; }
p { color: rgb(191,181,18); }
H1.HeaderClassName
{
color: #BFB512;
}
.AnyTagClassName
{
color: #BFB512;
}
</style>
background-color css
<style>
a { background-color: #BFB512; }
a { background-color: rgb(191,181,18); }
div.DivClassName
{
background-color: #BFB512;
}
.BgClassName
{
background-color: #BFB512;
}
</style>
border-color css
<style>
span { border-color: #BFB512; }
span { border-color: rgb(191,181,18); }
td.TdClassName
{
border-color: #BFB512;
}
.TagClassName
{
border-color: #BFB512;
}
</style>