Shades of La Rioja #BFB60C
Tints of La Rioja #BFB60C
RGB
CMYK
RGB Variations
Color information
#BFB60C (or 0xBFB60C) is known color: La Rioja. HEX triplet: BF, B6 and 0C. RGB value is (191,182,12). Sum of RGB (Red+Green+Blue) = 191+182+12=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB60C is #4049F3. Grayscale: #A6A6A6. Windows color (decimal): -4213236 or 833215. OLE color: 833215.
HSL color Cylindrical-coordinate representation of color #BFB60C: hue angle of 56.98º degrees, saturation: 0.88, 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 #BFB60C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.25 |
| HSL | 56.98º | 0.88% | 0.4% | - |
| HSV(B) | 56.98º | 0.94% | 0.75% | - |
| XYZ | 38.28 | 44.56 | 6.93 | - |
| YUV | 165.31 | 41.48 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 12 | 0 | 0.05 | 0.94 | 0.25 | 56.98 | 0.88 | 0.4 |
| Hex | BF | B6 | C | 0 | 5 | 5E | 19 | 39 | 58 | 28 |
| Octal | 277 | 266 | 14 | 0 | 5 | 136 | 31 | 71 | 130 | 50 |
| Binary | 10111111 | 10110110 | 1100 | 0 | 101 | 1011110 | 11001 | 111001 | 1011000 | 101000 |
Color Harmonies of #BFB60C
Complementary color
Monochromatic Colors of #BFB60C
Black with #BFB60C
Text Example
Text Example
White with #BFB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB60C; }
p { color: rgb(191,182,12); }
H1.HeaderClassName
{
color: #BFB60C;
}
.AnyTagClassName
{
color: #BFB60C;
}
</style>
background-color css
<style>
a { background-color: #BFB60C; }
a { background-color: rgb(191,182,12); }
div.DivClassName
{
background-color: #BFB60C;
}
.BgClassName
{
background-color: #BFB60C;
}
</style>
border-color css
<style>
span { border-color: #BFB60C; }
span { border-color: rgb(191,182,12); }
td.TdClassName
{
border-color: #BFB60C;
}
.TagClassName
{
border-color: #BFB60C;
}
</style>