Shades of La Rioja #BFB400
Tints of La Rioja #BFB400
RGB
CMYK
RGB Variations
Color information
#BFB400 (or 0xBFB400) is known color: La Rioja. HEX triplet: BF, B4 and 00. RGB value is (191,180,0). Sum of RGB (Red+Green+Blue) = 191+180+0=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB400 is #404BFF. Grayscale: #A3A3A3. Windows color (decimal): -4213760 or 46271. OLE color: 46271.
HSL color Cylindrical-coordinate representation of color #BFB400: hue angle of 56.54º 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 #BFB400 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.25 |
| HSL | 56.54º | 1% | 0.37% | - |
| HSV(B) | 56.54º | 1% | 0.75% | - |
| XYZ | 37.81 | 43.72 | 6.45 | - |
| YUV | 162.77 | 36.14 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 0 | 0 | 0.06 | 1 | 0.25 | 56.54 | 1 | 0.37 |
| Hex | BF | B4 | 0 | 0 | 6 | 64 | 19 | 39 | 64 | 25 |
| Octal | 277 | 264 | 0 | 0 | 6 | 144 | 31 | 71 | 144 | 45 |
| Binary | 10111111 | 10110100 | 0 | 0 | 110 | 1100100 | 11001 | 111001 | 1100100 | 100101 |
Color Harmonies of #BFB400
Complementary color
Monochromatic Colors of #BFB400
Black with #BFB400
Text Example
Text Example
White with #BFB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB400; }
p { color: rgb(191,180,0); }
H1.HeaderClassName
{
color: #BFB400;
}
.AnyTagClassName
{
color: #BFB400;
}
</style>
background-color css
<style>
a { background-color: #BFB400; }
a { background-color: rgb(191,180,0); }
div.DivClassName
{
background-color: #BFB400;
}
.BgClassName
{
background-color: #BFB400;
}
</style>
border-color css
<style>
span { border-color: #BFB400; }
span { border-color: rgb(191,180,0); }
td.TdClassName
{
border-color: #BFB400;
}
.TagClassName
{
border-color: #BFB400;
}
</style>