Shades of La Rioja #BFB301
Tints of La Rioja #BFB301
RGB
CMYK
RGB Variations
Color information
#BFB301 (or 0xBFB301) is known color: La Rioja. HEX triplet: BF, B3 and 01. RGB value is (191,179,1). Sum of RGB (Red+Green+Blue) = 191+179+1=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB301 is #404CFE. Grayscale: #A3A3A3. Windows color (decimal): -4214015 or 111551. OLE color: 111551.
HSL color Cylindrical-coordinate representation of color #BFB301: hue angle of 56.21º 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 #BFB301 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.25 |
| HSL | 56.21º | 0.99% | 0.38% | - |
| HSV(B) | 56.21º | 0.99% | 0.75% | - |
| XYZ | 37.61 | 43.32 | 6.41 | - |
| YUV | 162.3 | 36.98 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 1 | 0 | 0.06 | 0.99 | 0.25 | 56.21 | 0.99 | 0.38 |
| Hex | BF | B3 | 1 | 0 | 6 | 63 | 19 | 38 | 63 | 26 |
| Octal | 277 | 263 | 1 | 0 | 6 | 143 | 31 | 70 | 143 | 46 |
| Binary | 10111111 | 10110011 | 1 | 0 | 110 | 1100011 | 11001 | 111000 | 1100011 | 100110 |
Color Harmonies of #BFB301
Complementary color
Monochromatic Colors of #BFB301
Black with #BFB301
Text Example
Text Example
White with #BFB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB301; }
p { color: rgb(191,179,1); }
H1.HeaderClassName
{
color: #BFB301;
}
.AnyTagClassName
{
color: #BFB301;
}
</style>
background-color css
<style>
a { background-color: #BFB301; }
a { background-color: rgb(191,179,1); }
div.DivClassName
{
background-color: #BFB301;
}
.BgClassName
{
background-color: #BFB301;
}
</style>
border-color css
<style>
span { border-color: #BFB301; }
span { border-color: rgb(191,179,1); }
td.TdClassName
{
border-color: #BFB301;
}
.TagClassName
{
border-color: #BFB301;
}
</style>