Shades of La Rioja #BFBD04
Tints of La Rioja #BFBD04
RGB
CMYK
RGB Variations
Color information
#BFBD04 (or 0xBFBD04) is known color: La Rioja. HEX triplet: BF, BD and 04. RGB value is (191,189,4). Sum of RGB (Red+Green+Blue) = 191+189+4=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBD04 is #4042FB. Grayscale: #A9A9A9. Windows color (decimal): -4211452 or 310719. OLE color: 310719.
HSL color Cylindrical-coordinate representation of color #BFBD04: hue angle of 59.36º 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 #BFBD04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.25 |
| HSL | 59.36º | 0.96% | 0.38% | - |
| HSV(B) | 59.36º | 0.98% | 0.75% | - |
| XYZ | 39.71 | 47.48 | 7.19 | - |
| YUV | 168.51 | 35.16 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 4 | 0 | 0.01 | 0.98 | 0.25 | 59.36 | 0.96 | 0.38 |
| Hex | BF | BD | 4 | 0 | 1 | 62 | 19 | 3B | 60 | 26 |
| Octal | 277 | 275 | 4 | 0 | 1 | 142 | 31 | 73 | 140 | 46 |
| Binary | 10111111 | 10111101 | 100 | 0 | 1 | 1100010 | 11001 | 111011 | 1100000 | 100110 |
Color Harmonies of #BFBD04
Complementary color
Monochromatic Colors of #BFBD04
Black with #BFBD04
Text Example
Text Example
White with #BFBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD04; }
p { color: rgb(191,189,4); }
H1.HeaderClassName
{
color: #BFBD04;
}
.AnyTagClassName
{
color: #BFBD04;
}
</style>
background-color css
<style>
a { background-color: #BFBD04; }
a { background-color: rgb(191,189,4); }
div.DivClassName
{
background-color: #BFBD04;
}
.BgClassName
{
background-color: #BFBD04;
}
</style>
border-color css
<style>
span { border-color: #BFBD04; }
span { border-color: rgb(191,189,4); }
td.TdClassName
{
border-color: #BFBD04;
}
.TagClassName
{
border-color: #BFBD04;
}
</style>