Shades of La Rioja #BFBD0D
Tints of La Rioja #BFBD0D
RGB
CMYK
RGB Variations
Color information
#BFBD0D (or 0xBFBD0D) is known color: La Rioja. HEX triplet: BF, BD and 0D. RGB value is (191,189,13). Sum of RGB (Red+Green+Blue) = 191+189+13=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBD0D is #4042F2. Grayscale: #AAAAAA. Windows color (decimal): -4211443 or 900543. OLE color: 900543.
HSL color Cylindrical-coordinate representation of color #BFBD0D: hue angle of 59.33º 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 #BFBD0D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 13 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.25 |
| HSL | 59.33º | 0.87% | 0.4% | - |
| HSV(B) | 59.33º | 0.93% | 0.75% | - |
| XYZ | 39.76 | 47.5 | 7.45 | - |
| YUV | 169.53 | 39.66 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 13 | 0 | 0.01 | 0.93 | 0.25 | 59.33 | 0.87 | 0.4 |
| Hex | BF | BD | D | 0 | 1 | 5D | 19 | 3B | 57 | 28 |
| Octal | 277 | 275 | 15 | 0 | 1 | 135 | 31 | 73 | 127 | 50 |
| Binary | 10111111 | 10111101 | 1101 | 0 | 1 | 1011101 | 11001 | 111011 | 1010111 | 101000 |
Color Harmonies of #BFBD0D
Complementary color
Monochromatic Colors of #BFBD0D
Black with #BFBD0D
Text Example
Text Example
White with #BFBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD0D; }
p { color: rgb(191,189,13); }
H1.HeaderClassName
{
color: #BFBD0D;
}
.AnyTagClassName
{
color: #BFBD0D;
}
</style>
background-color css
<style>
a { background-color: #BFBD0D; }
a { background-color: rgb(191,189,13); }
div.DivClassName
{
background-color: #BFBD0D;
}
.BgClassName
{
background-color: #BFBD0D;
}
</style>
border-color css
<style>
span { border-color: #BFBD0D; }
span { border-color: rgb(191,189,13); }
td.TdClassName
{
border-color: #BFBD0D;
}
.TagClassName
{
border-color: #BFBD0D;
}
</style>