Shades of La Rioja #BFB00D
Tints of La Rioja #BFB00D
RGB
CMYK
RGB Variations
Color information
#BFB00D (or 0xBFB00D) is known color: La Rioja. HEX triplet: BF, B0 and 0D. RGB value is (191,176,13). Sum of RGB (Red+Green+Blue) = 191+176+13=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB00D is #404FF2. Grayscale: #A2A2A2. Windows color (decimal): -4214771 or 897215. OLE color: 897215.
HSL color Cylindrical-coordinate representation of color #BFB00D: hue angle of 54.94º 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 #BFB00D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.25 |
| HSL | 54.94º | 0.87% | 0.4% | - |
| HSV(B) | 54.94º | 0.93% | 0.75% | - |
| XYZ | 37.08 | 42.16 | 6.56 | - |
| YUV | 161.9 | 43.97 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 13 | 0 | 0.08 | 0.93 | 0.25 | 54.94 | 0.87 | 0.4 |
| Hex | BF | B0 | D | 0 | 8 | 5D | 19 | 37 | 57 | 28 |
| Octal | 277 | 260 | 15 | 0 | 10 | 135 | 31 | 67 | 127 | 50 |
| Binary | 10111111 | 10110000 | 1101 | 0 | 1000 | 1011101 | 11001 | 110111 | 1010111 | 101000 |
Color Harmonies of #BFB00D
Complementary color
Monochromatic Colors of #BFB00D
Black with #BFB00D
Text Example
Text Example
White with #BFB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB00D; }
p { color: rgb(191,176,13); }
H1.HeaderClassName
{
color: #BFB00D;
}
.AnyTagClassName
{
color: #BFB00D;
}
</style>
background-color css
<style>
a { background-color: #BFB00D; }
a { background-color: rgb(191,176,13); }
div.DivClassName
{
background-color: #BFB00D;
}
.BgClassName
{
background-color: #BFB00D;
}
</style>
border-color css
<style>
span { border-color: #BFB00D; }
span { border-color: rgb(191,176,13); }
td.TdClassName
{
border-color: #BFB00D;
}
.TagClassName
{
border-color: #BFB00D;
}
</style>