Shades of La Rioja #BFB60B
Tints of La Rioja #BFB60B
RGB
CMYK
RGB Variations
Color information
#BFB60B (or 0xBFB60B) is known color: La Rioja. HEX triplet: BF, B6 and 0B. RGB value is (191,182,11). Sum of RGB (Red+Green+Blue) = 191+182+11=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB60B is #4049F4. Grayscale: #A5A5A5. Windows color (decimal): -4213237 or 767679. OLE color: 767679.
HSL color Cylindrical-coordinate representation of color #BFB60B: hue angle of 57º 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 #BFB60B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 11 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.25 |
| HSL | 57º | 0.89% | 0.4% | - |
| HSV(B) | 57º | 0.94% | 0.75% | - |
| XYZ | 38.27 | 44.56 | 6.9 | - |
| YUV | 165.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 11 | 0 | 0.05 | 0.94 | 0.25 | 57 | 0.89 | 0.4 |
| Hex | BF | B6 | B | 0 | 5 | 5E | 19 | 39 | 59 | 28 |
| Octal | 277 | 266 | 13 | 0 | 5 | 136 | 31 | 71 | 131 | 50 |
| Binary | 10111111 | 10110110 | 1011 | 0 | 101 | 1011110 | 11001 | 111001 | 1011001 | 101000 |
Color Harmonies of #BFB60B
Complementary color
Monochromatic Colors of #BFB60B
Black with #BFB60B
Text Example
Text Example
White with #BFB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB60B; }
p { color: rgb(191,182,11); }
H1.HeaderClassName
{
color: #BFB60B;
}
.AnyTagClassName
{
color: #BFB60B;
}
</style>
background-color css
<style>
a { background-color: #BFB60B; }
a { background-color: rgb(191,182,11); }
div.DivClassName
{
background-color: #BFB60B;
}
.BgClassName
{
background-color: #BFB60B;
}
</style>
border-color css
<style>
span { border-color: #BFB60B; }
span { border-color: rgb(191,182,11); }
td.TdClassName
{
border-color: #BFB60B;
}
.TagClassName
{
border-color: #BFB60B;
}
</style>