Shades of La Rioja #BFBE12
Tints of La Rioja #BFBE12
RGB
CMYK
RGB Variations
Color information
#BFBE12 (or 0xBFBE12) is known color: La Rioja. HEX triplet: BF, BE and 12. RGB value is (191,190,18). Sum of RGB (Red+Green+Blue) = 191+190+18=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE12 is #4041ED. Grayscale: #ABABAB. Windows color (decimal): -4211182 or 1228479. OLE color: 1228479.
HSL color Cylindrical-coordinate representation of color #BFBE12: hue angle of 59.65º 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 #BFBE12 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 18 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.25 |
| HSL | 59.65º | 0.83% | 0.41% | - |
| HSV(B) | 59.65º | 0.91% | 0.75% | - |
| XYZ | 40.01 | 47.95 | 7.72 | - |
| YUV | 170.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 18 | 0 | 0.01 | 0.91 | 0.25 | 59.65 | 0.83 | 0.41 |
| Hex | BF | BE | 12 | 0 | 1 | 5B | 19 | 3C | 53 | 29 |
| Octal | 277 | 276 | 22 | 0 | 1 | 133 | 31 | 74 | 123 | 51 |
| Binary | 10111111 | 10111110 | 10010 | 0 | 1 | 1011011 | 11001 | 111100 | 1010011 | 101001 |
Color Harmonies of #BFBE12
Complementary color
Monochromatic Colors of #BFBE12
Black with #BFBE12
Text Example
Text Example
White with #BFBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE12; }
p { color: rgb(191,190,18); }
H1.HeaderClassName
{
color: #BFBE12;
}
.AnyTagClassName
{
color: #BFBE12;
}
</style>
background-color css
<style>
a { background-color: #BFBE12; }
a { background-color: rgb(191,190,18); }
div.DivClassName
{
background-color: #BFBE12;
}
.BgClassName
{
background-color: #BFBE12;
}
</style>
border-color css
<style>
span { border-color: #BFBE12; }
span { border-color: rgb(191,190,18); }
td.TdClassName
{
border-color: #BFBE12;
}
.TagClassName
{
border-color: #BFBE12;
}
</style>