Shades of La Rioja #BFB200
Tints of La Rioja #BFB200
RGB
CMYK
RGB Variations
Color information
#BFB200 (or 0xBFB200) is known color: La Rioja. HEX triplet: BF, B2 and 00. RGB value is (191,178,0). Sum of RGB (Red+Green+Blue) = 191+178+0=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB200 is #404DFF. Grayscale: #A2A2A2. Windows color (decimal): -4214272 or 45759. OLE color: 45759.
HSL color Cylindrical-coordinate representation of color #BFB200: hue angle of 55.92º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.25 |
| HSL | 55.92º | 1% | 0.37% | - |
| HSV(B) | 55.92º | 1% | 0.75% | - |
| XYZ | 37.41 | 42.92 | 6.31 | - |
| YUV | 161.6 | 36.81 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 0 | 0 | 0.07 | 1 | 0.25 | 55.92 | 1 | 0.37 |
| Hex | BF | B2 | 0 | 0 | 7 | 64 | 19 | 38 | 64 | 25 |
| Octal | 277 | 262 | 0 | 0 | 7 | 144 | 31 | 70 | 144 | 45 |
| Binary | 10111111 | 10110010 | 0 | 0 | 111 | 1100100 | 11001 | 111000 | 1100100 | 100101 |
Color Harmonies of #BFB200
Complementary color
Monochromatic Colors of #BFB200
Black with #BFB200
Text Example
Text Example
White with #BFB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB200; }
p { color: rgb(191,178,0); }
H1.HeaderClassName
{
color: #BFB200;
}
.AnyTagClassName
{
color: #BFB200;
}
</style>
background-color css
<style>
a { background-color: #BFB200; }
a { background-color: rgb(191,178,0); }
div.DivClassName
{
background-color: #BFB200;
}
.BgClassName
{
background-color: #BFB200;
}
</style>
border-color css
<style>
span { border-color: #BFB200; }
span { border-color: rgb(191,178,0); }
td.TdClassName
{
border-color: #BFB200;
}
.TagClassName
{
border-color: #BFB200;
}
</style>