Shades of La Rioja #BFBE04
Tints of La Rioja #BFBE04
RGB
CMYK
RGB Variations
Color information
#BFBE04 (or 0xBFBE04) is known color: La Rioja. HEX triplet: BF, BE and 04. RGB value is (191,190,4). Sum of RGB (Red+Green+Blue) = 191+190+4=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBE04 is #4041FB. Grayscale: #A9A9A9. Windows color (decimal): -4211196 or 310975. OLE color: 310975.
HSL color Cylindrical-coordinate representation of color #BFBE04: hue angle of 59.68º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFBE04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.25 |
| HSL | 59.68º | 0.96% | 0.38% | - |
| HSV(B) | 59.68º | 0.98% | 0.75% | - |
| XYZ | 39.92 | 47.91 | 7.26 | - |
| YUV | 169.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 4 | 0 | 0.01 | 0.98 | 0.25 | 59.68 | 0.96 | 0.38 |
| Hex | BF | BE | 4 | 0 | 1 | 62 | 19 | 3C | 60 | 26 |
| Octal | 277 | 276 | 4 | 0 | 1 | 142 | 31 | 74 | 140 | 46 |
| Binary | 10111111 | 10111110 | 100 | 0 | 1 | 1100010 | 11001 | 111100 | 1100000 | 100110 |
Color Harmonies of #BFBE04
Complementary color
Monochromatic Colors of #BFBE04
Black with #BFBE04
Text Example
Text Example
White with #BFBE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE04; }
p { color: rgb(191,190,4); }
H1.HeaderClassName
{
color: #BFBE04;
}
.AnyTagClassName
{
color: #BFBE04;
}
</style>
background-color css
<style>
a { background-color: #BFBE04; }
a { background-color: rgb(191,190,4); }
div.DivClassName
{
background-color: #BFBE04;
}
.BgClassName
{
background-color: #BFBE04;
}
</style>
border-color css
<style>
span { border-color: #BFBE04; }
span { border-color: rgb(191,190,4); }
td.TdClassName
{
border-color: #BFBE04;
}
.TagClassName
{
border-color: #BFBE04;
}
</style>