Shades of La Rioja #BFB416
Tints of La Rioja #BFB416
RGB
CMYK
RGB Variations
Color information
#BFB416 (or 0xBFB416) is known color: La Rioja. HEX triplet: BF, B4 and 16. RGB value is (191,180,22). Sum of RGB (Red+Green+Blue) = 191+180+22=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB416 is #404BE9. Grayscale: #A5A5A5. Windows color (decimal): -4213738 or 1488063. OLE color: 1488063.
HSL color Cylindrical-coordinate representation of color #BFB416: hue angle of 56.09º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFB416 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 22 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.25 |
| HSL | 56.09º | 0.79% | 0.42% | - |
| HSV(B) | 56.09º | 0.88% | 0.75% | - |
| XYZ | 37.95 | 43.78 | 7.21 | - |
| YUV | 165.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 22 | 0 | 0.06 | 0.88 | 0.25 | 56.09 | 0.79 | 0.42 |
| Hex | BF | B4 | 16 | 0 | 6 | 58 | 19 | 38 | 4F | 2A |
| Octal | 277 | 264 | 26 | 0 | 6 | 130 | 31 | 70 | 117 | 52 |
| Binary | 10111111 | 10110100 | 10110 | 0 | 110 | 1011000 | 11001 | 111000 | 1001111 | 101010 |
Color Harmonies of #BFB416
Complementary color
Monochromatic Colors of #BFB416
Black with #BFB416
Text Example
Text Example
White with #BFB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB416; }
p { color: rgb(191,180,22); }
H1.HeaderClassName
{
color: #BFB416;
}
.AnyTagClassName
{
color: #BFB416;
}
</style>
background-color css
<style>
a { background-color: #BFB416; }
a { background-color: rgb(191,180,22); }
div.DivClassName
{
background-color: #BFB416;
}
.BgClassName
{
background-color: #BFB416;
}
</style>
border-color css
<style>
span { border-color: #BFB416; }
span { border-color: rgb(191,180,22); }
td.TdClassName
{
border-color: #BFB416;
}
.TagClassName
{
border-color: #BFB416;
}
</style>