Shades of La Rioja #BFB812
Tints of La Rioja #BFB812
RGB
CMYK
RGB Variations
Color information
#BFB812 (or 0xBFB812) is known color: La Rioja. HEX triplet: BF, B8 and 12. RGB value is (191,184,18). Sum of RGB (Red+Green+Blue) = 191+184+18=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB812 is #4047ED. Grayscale: #A7A7A7. Windows color (decimal): -4212718 or 1226943. OLE color: 1226943.
HSL color Cylindrical-coordinate representation of color #BFB812: hue angle of 57.57º 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 #BFB812 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 18 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.25 |
| HSL | 57.57º | 0.83% | 0.41% | - |
| HSV(B) | 57.57º | 0.91% | 0.75% | - |
| XYZ | 38.74 | 45.4 | 7.29 | - |
| YUV | 167.17 | 43.82 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 18 | 0 | 0.04 | 0.91 | 0.25 | 57.57 | 0.83 | 0.41 |
| Hex | BF | B8 | 12 | 0 | 4 | 5B | 19 | 3A | 53 | 29 |
| Octal | 277 | 270 | 22 | 0 | 4 | 133 | 31 | 72 | 123 | 51 |
| Binary | 10111111 | 10111000 | 10010 | 0 | 100 | 1011011 | 11001 | 111010 | 1010011 | 101001 |
Color Harmonies of #BFB812
Complementary color
Monochromatic Colors of #BFB812
Black with #BFB812
Text Example
Text Example
White with #BFB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB812; }
p { color: rgb(191,184,18); }
H1.HeaderClassName
{
color: #BFB812;
}
.AnyTagClassName
{
color: #BFB812;
}
</style>
background-color css
<style>
a { background-color: #BFB812; }
a { background-color: rgb(191,184,18); }
div.DivClassName
{
background-color: #BFB812;
}
.BgClassName
{
background-color: #BFB812;
}
</style>
border-color css
<style>
span { border-color: #BFB812; }
span { border-color: rgb(191,184,18); }
td.TdClassName
{
border-color: #BFB812;
}
.TagClassName
{
border-color: #BFB812;
}
</style>