Shades of La Rioja #BFB20D
Tints of La Rioja #BFB20D
RGB
CMYK
RGB Variations
Color information
#BFB20D (or 0xBFB20D) is known color: La Rioja. HEX triplet: BF, B2 and 0D. RGB value is (191,178,13). Sum of RGB (Red+Green+Blue) = 191+178+13=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB20D is #404DF2. Grayscale: #A3A3A3. Windows color (decimal): -4214259 or 897727. OLE color: 897727.
HSL color Cylindrical-coordinate representation of color #BFB20D: hue angle of 55.62º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFB20D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.25 |
| HSL | 55.62º | 0.87% | 0.4% | - |
| HSV(B) | 55.62º | 0.93% | 0.75% | - |
| XYZ | 37.48 | 42.95 | 6.69 | - |
| YUV | 163.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 13 | 0 | 0.07 | 0.93 | 0.25 | 55.62 | 0.87 | 0.4 |
| Hex | BF | B2 | D | 0 | 7 | 5D | 19 | 38 | 57 | 28 |
| Octal | 277 | 262 | 15 | 0 | 7 | 135 | 31 | 70 | 127 | 50 |
| Binary | 10111111 | 10110010 | 1101 | 0 | 111 | 1011101 | 11001 | 111000 | 1010111 | 101000 |
Color Harmonies of #BFB20D
Complementary color
Monochromatic Colors of #BFB20D
Black with #BFB20D
Text Example
Text Example
White with #BFB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB20D; }
p { color: rgb(191,178,13); }
H1.HeaderClassName
{
color: #BFB20D;
}
.AnyTagClassName
{
color: #BFB20D;
}
</style>
background-color css
<style>
a { background-color: #BFB20D; }
a { background-color: rgb(191,178,13); }
div.DivClassName
{
background-color: #BFB20D;
}
.BgClassName
{
background-color: #BFB20D;
}
</style>
border-color css
<style>
span { border-color: #BFB20D; }
span { border-color: rgb(191,178,13); }
td.TdClassName
{
border-color: #BFB20D;
}
.TagClassName
{
border-color: #BFB20D;
}
</style>