Shades of La Rioja #BFB40C
Tints of La Rioja #BFB40C
RGB
CMYK
RGB Variations
Color information
#BFB40C (or 0xBFB40C) is known color: La Rioja. HEX triplet: BF, B4 and 0C. RGB value is (191,180,12). Sum of RGB (Red+Green+Blue) = 191+180+12=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB40C is #404BF3. Grayscale: #A4A4A4. Windows color (decimal): -4213748 or 832703. OLE color: 832703.
HSL color Cylindrical-coordinate representation of color #BFB40C: hue angle of 56.31º 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 #BFB40C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.25 |
| HSL | 56.31º | 0.88% | 0.4% | - |
| HSV(B) | 56.31º | 0.94% | 0.75% | - |
| XYZ | 37.87 | 43.75 | 6.8 | - |
| YUV | 164.14 | 42.14 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 12 | 0 | 0.06 | 0.94 | 0.25 | 56.31 | 0.88 | 0.4 |
| Hex | BF | B4 | C | 0 | 6 | 5E | 19 | 38 | 58 | 28 |
| Octal | 277 | 264 | 14 | 0 | 6 | 136 | 31 | 70 | 130 | 50 |
| Binary | 10111111 | 10110100 | 1100 | 0 | 110 | 1011110 | 11001 | 111000 | 1011000 | 101000 |
Color Harmonies of #BFB40C
Complementary color
Monochromatic Colors of #BFB40C
Black with #BFB40C
Text Example
Text Example
White with #BFB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB40C; }
p { color: rgb(191,180,12); }
H1.HeaderClassName
{
color: #BFB40C;
}
.AnyTagClassName
{
color: #BFB40C;
}
</style>
background-color css
<style>
a { background-color: #BFB40C; }
a { background-color: rgb(191,180,12); }
div.DivClassName
{
background-color: #BFB40C;
}
.BgClassName
{
background-color: #BFB40C;
}
</style>
border-color css
<style>
span { border-color: #BFB40C; }
span { border-color: rgb(191,180,12); }
td.TdClassName
{
border-color: #BFB40C;
}
.TagClassName
{
border-color: #BFB40C;
}
</style>