Shades of La Rioja #BFB91B
Tints of La Rioja #BFB91B
RGB
CMYK
RGB Variations
Color information
#BFB91B (or 0xBFB91B) is known color: La Rioja. HEX triplet: BF, B9 and 1B. RGB value is (191,185,27). Sum of RGB (Red+Green+Blue) = 191+185+27=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB91B is #4046E4. Grayscale: #A9A9A9. Windows color (decimal): -4212453 or 1817023. OLE color: 1817023.
HSL color Cylindrical-coordinate representation of color #BFB91B: hue angle of 57.8º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFB91B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 27 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.25 |
| HSL | 57.8º | 0.75% | 0.43% | - |
| HSV(B) | 57.8º | 0.86% | 0.75% | - |
| XYZ | 39.03 | 45.85 | 7.83 | - |
| YUV | 168.78 | 47.99 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 27 | 0 | 0.03 | 0.86 | 0.25 | 57.8 | 0.75 | 0.43 |
| Hex | BF | B9 | 1B | 0 | 3 | 56 | 19 | 3A | 4B | 2B |
| Octal | 277 | 271 | 33 | 0 | 3 | 126 | 31 | 72 | 113 | 53 |
| Binary | 10111111 | 10111001 | 11011 | 0 | 11 | 1010110 | 11001 | 111010 | 1001011 | 101011 |
Color Harmonies of #BFB91B
Complementary color
Monochromatic Colors of #BFB91B
Black with #BFB91B
Text Example
Text Example
White with #BFB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB91B; }
p { color: rgb(191,185,27); }
H1.HeaderClassName
{
color: #BFB91B;
}
.AnyTagClassName
{
color: #BFB91B;
}
</style>
background-color css
<style>
a { background-color: #BFB91B; }
a { background-color: rgb(191,185,27); }
div.DivClassName
{
background-color: #BFB91B;
}
.BgClassName
{
background-color: #BFB91B;
}
</style>
border-color css
<style>
span { border-color: #BFB91B; }
span { border-color: rgb(191,185,27); }
td.TdClassName
{
border-color: #BFB91B;
}
.TagClassName
{
border-color: #BFB91B;
}
</style>