Shades of La Rioja #BFB801
Tints of La Rioja #BFB801
RGB
CMYK
RGB Variations
Color information
#BFB801 (or 0xBFB801) is known color: La Rioja. HEX triplet: BF, B8 and 01. RGB value is (191,184,1). Sum of RGB (Red+Green+Blue) = 191+184+1=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB801 is #4047FE. Grayscale: #A5A5A5. Windows color (decimal): -4212735 or 112831. OLE color: 112831.
HSL color Cylindrical-coordinate representation of color #BFB801: hue angle of 57.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFB801 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 184 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.25 |
| HSL | 57.79º | 0.99% | 0.38% | - |
| HSV(B) | 57.79º | 0.99% | 0.75% | - |
| XYZ | 38.63 | 45.36 | 6.75 | - |
| YUV | 165.23 | 35.32 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 1 | 0 | 0.04 | 0.99 | 0.25 | 57.79 | 0.99 | 0.38 |
| Hex | BF | B8 | 1 | 0 | 4 | 63 | 19 | 3A | 63 | 26 |
| Octal | 277 | 270 | 1 | 0 | 4 | 143 | 31 | 72 | 143 | 46 |
| Binary | 10111111 | 10111000 | 1 | 0 | 100 | 1100011 | 11001 | 111010 | 1100011 | 100110 |
Color Harmonies of #BFB801
Complementary color
Monochromatic Colors of #BFB801
Black with #BFB801
Text Example
Text Example
White with #BFB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB801; }
p { color: rgb(191,184,1); }
H1.HeaderClassName
{
color: #BFB801;
}
.AnyTagClassName
{
color: #BFB801;
}
</style>
background-color css
<style>
a { background-color: #BFB801; }
a { background-color: rgb(191,184,1); }
div.DivClassName
{
background-color: #BFB801;
}
.BgClassName
{
background-color: #BFB801;
}
</style>
border-color css
<style>
span { border-color: #BFB801; }
span { border-color: rgb(191,184,1); }
td.TdClassName
{
border-color: #BFB801;
}
.TagClassName
{
border-color: #BFB801;
}
</style>