Shades of La Rioja #BFB40B
Tints of La Rioja #BFB40B
RGB
CMYK
RGB Variations
Color information
#BFB40B (or 0xBFB40B) is known color: La Rioja. HEX triplet: BF, B4 and 0B. RGB value is (191,180,11). Sum of RGB (Red+Green+Blue) = 191+180+11=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB40B is #404BF4. Grayscale: #A4A4A4. Windows color (decimal): -4213749 or 767167. OLE color: 767167.
HSL color Cylindrical-coordinate representation of color #BFB40B: hue angle of 56.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFB40B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.25 |
| HSL | 56.33º | 0.89% | 0.4% | - |
| HSV(B) | 56.33º | 0.94% | 0.75% | - |
| XYZ | 37.87 | 43.74 | 6.76 | - |
| YUV | 164.02 | 41.64 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 11 | 0 | 0.06 | 0.94 | 0.25 | 56.33 | 0.89 | 0.4 |
| Hex | BF | B4 | B | 0 | 6 | 5E | 19 | 38 | 59 | 28 |
| Octal | 277 | 264 | 13 | 0 | 6 | 136 | 31 | 70 | 131 | 50 |
| Binary | 10111111 | 10110100 | 1011 | 0 | 110 | 1011110 | 11001 | 111000 | 1011001 | 101000 |
Color Harmonies of #BFB40B
Complementary color
Monochromatic Colors of #BFB40B
Black with #BFB40B
Text Example
Text Example
White with #BFB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB40B; }
p { color: rgb(191,180,11); }
H1.HeaderClassName
{
color: #BFB40B;
}
.AnyTagClassName
{
color: #BFB40B;
}
</style>
background-color css
<style>
a { background-color: #BFB40B; }
a { background-color: rgb(191,180,11); }
div.DivClassName
{
background-color: #BFB40B;
}
.BgClassName
{
background-color: #BFB40B;
}
</style>
border-color css
<style>
span { border-color: #BFB40B; }
span { border-color: rgb(191,180,11); }
td.TdClassName
{
border-color: #BFB40B;
}
.TagClassName
{
border-color: #BFB40B;
}
</style>