Shades of La Rioja #BFB207
Tints of La Rioja #BFB207
RGB
CMYK
RGB Variations
Color information
#BFB207 (or 0xBFB207) is known color: La Rioja. HEX triplet: BF, B2 and 07. RGB value is (191,178,7). Sum of RGB (Red+Green+Blue) = 191+178+7=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB207 is #404DF8. Grayscale: #A3A3A3. Windows color (decimal): -4214265 or 504511. OLE color: 504511.
HSL color Cylindrical-coordinate representation of color #BFB207: hue angle of 55.76º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFB207 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.25 |
| HSL | 55.76º | 0.93% | 0.39% | - |
| HSV(B) | 55.76º | 0.96% | 0.75% | - |
| XYZ | 37.44 | 42.93 | 6.51 | - |
| YUV | 162.39 | 40.31 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 7 | 0 | 0.07 | 0.96 | 0.25 | 55.76 | 0.93 | 0.39 |
| Hex | BF | B2 | 7 | 0 | 7 | 60 | 19 | 38 | 5D | 27 |
| Octal | 277 | 262 | 7 | 0 | 7 | 140 | 31 | 70 | 135 | 47 |
| Binary | 10111111 | 10110010 | 111 | 0 | 111 | 1100000 | 11001 | 111000 | 1011101 | 100111 |
Color Harmonies of #BFB207
Complementary color
Monochromatic Colors of #BFB207
Black with #BFB207
Text Example
Text Example
White with #BFB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB207; }
p { color: rgb(191,178,7); }
H1.HeaderClassName
{
color: #BFB207;
}
.AnyTagClassName
{
color: #BFB207;
}
</style>
background-color css
<style>
a { background-color: #BFB207; }
a { background-color: rgb(191,178,7); }
div.DivClassName
{
background-color: #BFB207;
}
.BgClassName
{
background-color: #BFB207;
}
</style>
border-color css
<style>
span { border-color: #BFB207; }
span { border-color: rgb(191,178,7); }
td.TdClassName
{
border-color: #BFB207;
}
.TagClassName
{
border-color: #BFB207;
}
</style>