Shades of La Rioja #BFB800
Tints of La Rioja #BFB800
RGB
CMYK
RGB Variations
Color information
#BFB800 (or 0xBFB800) is known color: La Rioja. HEX triplet: BF, B8 and 00. RGB value is (191,184,0). Sum of RGB (Red+Green+Blue) = 191+184+0=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB800 is #4047FF. Grayscale: #A5A5A5. Windows color (decimal): -4212736 or 47295. OLE color: 47295.
HSL color Cylindrical-coordinate representation of color #BFB800: hue angle of 57.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB800 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.25 |
| HSL | 57.8º | 1% | 0.37% | - |
| HSV(B) | 57.8º | 1% | 0.75% | - |
| XYZ | 38.63 | 45.36 | 6.72 | - |
| YUV | 165.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 0 | 0 | 0.04 | 1 | 0.25 | 57.8 | 1 | 0.37 |
| Hex | BF | B8 | 0 | 0 | 4 | 64 | 19 | 3A | 64 | 25 |
| Octal | 277 | 270 | 0 | 0 | 4 | 144 | 31 | 72 | 144 | 45 |
| Binary | 10111111 | 10111000 | 0 | 0 | 100 | 1100100 | 11001 | 111010 | 1100100 | 100101 |
Color Harmonies of #BFB800
Complementary color
Monochromatic Colors of #BFB800
Black with #BFB800
Text Example
Text Example
White with #BFB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB800; }
p { color: rgb(191,184,0); }
H1.HeaderClassName
{
color: #BFB800;
}
.AnyTagClassName
{
color: #BFB800;
}
</style>
background-color css
<style>
a { background-color: #BFB800; }
a { background-color: rgb(191,184,0); }
div.DivClassName
{
background-color: #BFB800;
}
.BgClassName
{
background-color: #BFB800;
}
</style>
border-color css
<style>
span { border-color: #BFB800; }
span { border-color: rgb(191,184,0); }
td.TdClassName
{
border-color: #BFB800;
}
.TagClassName
{
border-color: #BFB800;
}
</style>