Shades of La Rioja #BFB10D
Tints of La Rioja #BFB10D
RGB
CMYK
RGB Variations
Color information
#BFB10D (or 0xBFB10D) is known color: La Rioja. HEX triplet: BF, B1 and 0D. RGB value is (191,177,13). Sum of RGB (Red+Green+Blue) = 191+177+13=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB10D is #404EF2. Grayscale: #A3A3A3. Windows color (decimal): -4214515 or 897471. OLE color: 897471.
HSL color Cylindrical-coordinate representation of color #BFB10D: hue angle of 55.28º 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 #BFB10D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.25 |
| HSL | 55.28º | 0.87% | 0.4% | - |
| HSV(B) | 55.28º | 0.93% | 0.75% | - |
| XYZ | 37.28 | 42.55 | 6.63 | - |
| YUV | 162.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 13 | 0 | 0.07 | 0.93 | 0.25 | 55.28 | 0.87 | 0.4 |
| Hex | BF | B1 | D | 0 | 7 | 5D | 19 | 37 | 57 | 28 |
| Octal | 277 | 261 | 15 | 0 | 7 | 135 | 31 | 67 | 127 | 50 |
| Binary | 10111111 | 10110001 | 1101 | 0 | 111 | 1011101 | 11001 | 110111 | 1010111 | 101000 |
Color Harmonies of #BFB10D
Complementary color
Monochromatic Colors of #BFB10D
Black with #BFB10D
Text Example
Text Example
White with #BFB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB10D; }
p { color: rgb(191,177,13); }
H1.HeaderClassName
{
color: #BFB10D;
}
.AnyTagClassName
{
color: #BFB10D;
}
</style>
background-color css
<style>
a { background-color: #BFB10D; }
a { background-color: rgb(191,177,13); }
div.DivClassName
{
background-color: #BFB10D;
}
.BgClassName
{
background-color: #BFB10D;
}
</style>
border-color css
<style>
span { border-color: #BFB10D; }
span { border-color: rgb(191,177,13); }
td.TdClassName
{
border-color: #BFB10D;
}
.TagClassName
{
border-color: #BFB10D;
}
</style>