Shades of La Rioja #BFBD0F
Tints of La Rioja #BFBD0F
RGB
CMYK
RGB Variations
Color information
#BFBD0F (or 0xBFBD0F) is known color: La Rioja. HEX triplet: BF, BD and 0F. RGB value is (191,189,15). Sum of RGB (Red+Green+Blue) = 191+189+15=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBD0F is #4042F0. Grayscale: #AAAAAA. Windows color (decimal): -4211441 or 1031615. OLE color: 1031615.
HSL color Cylindrical-coordinate representation of color #BFBD0F: hue angle of 59.32º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFBD0F is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 15 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.25 |
| HSL | 59.32º | 0.85% | 0.4% | - |
| HSV(B) | 59.32º | 0.92% | 0.75% | - |
| XYZ | 39.77 | 47.51 | 7.53 | - |
| YUV | 169.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 15 | 0 | 0.01 | 0.92 | 0.25 | 59.32 | 0.85 | 0.4 |
| Hex | BF | BD | F | 0 | 1 | 5C | 19 | 3B | 55 | 28 |
| Octal | 277 | 275 | 17 | 0 | 1 | 134 | 31 | 73 | 125 | 50 |
| Binary | 10111111 | 10111101 | 1111 | 0 | 1 | 1011100 | 11001 | 111011 | 1010101 | 101000 |
Color Harmonies of #BFBD0F
Complementary color
Monochromatic Colors of #BFBD0F
Black with #BFBD0F
Text Example
Text Example
White with #BFBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD0F; }
p { color: rgb(191,189,15); }
H1.HeaderClassName
{
color: #BFBD0F;
}
.AnyTagClassName
{
color: #BFBD0F;
}
</style>
background-color css
<style>
a { background-color: #BFBD0F; }
a { background-color: rgb(191,189,15); }
div.DivClassName
{
background-color: #BFBD0F;
}
.BgClassName
{
background-color: #BFBD0F;
}
</style>
border-color css
<style>
span { border-color: #BFBD0F; }
span { border-color: rgb(191,189,15); }
td.TdClassName
{
border-color: #BFBD0F;
}
.TagClassName
{
border-color: #BFBD0F;
}
</style>