Shades of La Rioja #BFB10B
Tints of La Rioja #BFB10B
RGB
CMYK
RGB Variations
Color information
#BFB10B (or 0xBFB10B) is known color: La Rioja. HEX triplet: BF, B1 and 0B. RGB value is (191,177,11). Sum of RGB (Red+Green+Blue) = 191+177+11=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB10B is #404EF4. Grayscale: #A2A2A2. Windows color (decimal): -4214517 or 766399. OLE color: 766399.
HSL color Cylindrical-coordinate representation of color #BFB10B: hue angle of 55.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 #BFB10B is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 11 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.25 |
| HSL | 55.33º | 0.89% | 0.4% | - |
| HSV(B) | 55.33º | 0.94% | 0.75% | - |
| XYZ | 37.27 | 42.54 | 6.56 | - |
| YUV | 162.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 11 | 0 | 0.07 | 0.94 | 0.25 | 55.33 | 0.89 | 0.4 |
| Hex | BF | B1 | B | 0 | 7 | 5E | 19 | 37 | 59 | 28 |
| Octal | 277 | 261 | 13 | 0 | 7 | 136 | 31 | 67 | 131 | 50 |
| Binary | 10111111 | 10110001 | 1011 | 0 | 111 | 1011110 | 11001 | 110111 | 1011001 | 101000 |
Color Harmonies of #BFB10B
Complementary color
Monochromatic Colors of #BFB10B
Black with #BFB10B
Text Example
Text Example
White with #BFB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB10B; }
p { color: rgb(191,177,11); }
H1.HeaderClassName
{
color: #BFB10B;
}
.AnyTagClassName
{
color: #BFB10B;
}
</style>
background-color css
<style>
a { background-color: #BFB10B; }
a { background-color: rgb(191,177,11); }
div.DivClassName
{
background-color: #BFB10B;
}
.BgClassName
{
background-color: #BFB10B;
}
</style>
border-color css
<style>
span { border-color: #BFB10B; }
span { border-color: rgb(191,177,11); }
td.TdClassName
{
border-color: #BFB10B;
}
.TagClassName
{
border-color: #BFB10B;
}
</style>