Shades of La Rioja #BDB10F
Tints of La Rioja #BDB10F
RGB
CMYK
RGB Variations
Color information
#BDB10F (or 0xBDB10F) is known color: La Rioja. HEX triplet: BD, B1 and 0F. RGB value is (189,177,15). Sum of RGB (Red+Green+Blue) = 189+177+15=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB10F is #424EF0. Grayscale: #A2A2A2. Windows color (decimal): -4345585 or 1028541. OLE color: 1028541.
HSL color Cylindrical-coordinate representation of color #BDB10F: hue angle of 55.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDB10F is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 15 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.26 |
| HSL | 55.86º | 0.85% | 0.4% | - |
| HSV(B) | 55.86º | 0.92% | 0.74% | - |
| XYZ | 36.79 | 42.3 | 6.68 | - |
| YUV | 162.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 15 | 0 | 0.06 | 0.92 | 0.26 | 55.86 | 0.85 | 0.4 |
| Hex | BD | B1 | F | 0 | 6 | 5C | 1A | 38 | 55 | 28 |
| Octal | 275 | 261 | 17 | 0 | 6 | 134 | 32 | 70 | 125 | 50 |
| Binary | 10111101 | 10110001 | 1111 | 0 | 110 | 1011100 | 11010 | 111000 | 1010101 | 101000 |
Color Harmonies of #BDB10F
Complementary color
Monochromatic Colors of #BDB10F
Black with #BDB10F
Text Example
Text Example
White with #BDB10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB10F; }
p { color: rgb(189,177,15); }
H1.HeaderClassName
{
color: #BDB10F;
}
.AnyTagClassName
{
color: #BDB10F;
}
</style>
background-color css
<style>
a { background-color: #BDB10F; }
a { background-color: rgb(189,177,15); }
div.DivClassName
{
background-color: #BDB10F;
}
.BgClassName
{
background-color: #BDB10F;
}
</style>
border-color css
<style>
span { border-color: #BDB10F; }
span { border-color: rgb(189,177,15); }
td.TdClassName
{
border-color: #BDB10F;
}
.TagClassName
{
border-color: #BDB10F;
}
</style>