Shades of La Rioja #BFB504
Tints of La Rioja #BFB504
RGB
CMYK
RGB Variations
Color information
#BFB504 (or 0xBFB504) is known color: La Rioja. HEX triplet: BF, B5 and 04. RGB value is (191,181,4). Sum of RGB (Red+Green+Blue) = 191+181+4=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB504 is #404AFB. Grayscale: #A4A4A4. Windows color (decimal): -4213500 or 308671. OLE color: 308671.
HSL color Cylindrical-coordinate representation of color #BFB504: hue angle of 56.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFB504 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.25 |
| HSL | 56.79º | 0.96% | 0.38% | - |
| HSV(B) | 56.79º | 0.98% | 0.75% | - |
| XYZ | 38.03 | 44.13 | 6.63 | - |
| YUV | 163.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 4 | 0 | 0.05 | 0.98 | 0.25 | 56.79 | 0.96 | 0.38 |
| Hex | BF | B5 | 4 | 0 | 5 | 62 | 19 | 39 | 60 | 26 |
| Octal | 277 | 265 | 4 | 0 | 5 | 142 | 31 | 71 | 140 | 46 |
| Binary | 10111111 | 10110101 | 100 | 0 | 101 | 1100010 | 11001 | 111001 | 1100000 | 100110 |
Color Harmonies of #BFB504
Complementary color
Monochromatic Colors of #BFB504
Black with #BFB504
Text Example
Text Example
White with #BFB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB504; }
p { color: rgb(191,181,4); }
H1.HeaderClassName
{
color: #BFB504;
}
.AnyTagClassName
{
color: #BFB504;
}
</style>
background-color css
<style>
a { background-color: #BFB504; }
a { background-color: rgb(191,181,4); }
div.DivClassName
{
background-color: #BFB504;
}
.BgClassName
{
background-color: #BFB504;
}
</style>
border-color css
<style>
span { border-color: #BFB504; }
span { border-color: rgb(191,181,4); }
td.TdClassName
{
border-color: #BFB504;
}
.TagClassName
{
border-color: #BFB504;
}
</style>