Shades of La Rioja #BDB010
Tints of La Rioja #BDB010
RGB
CMYK
RGB Variations
Color information
#BDB010 (or 0xBDB010) is known color: La Rioja. HEX triplet: BD, B0 and 10. RGB value is (189,176,16). Sum of RGB (Red+Green+Blue) = 189+176+16=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB010 is #424FEF. Grayscale: #A2A2A2. Windows color (decimal): -4345840 or 1093821. OLE color: 1093821.
HSL color Cylindrical-coordinate representation of color #BDB010: hue angle of 55.49º degrees, saturation: 0.84, 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 #BDB010 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 16 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.26 |
| HSL | 55.49º | 0.84% | 0.4% | - |
| HSV(B) | 55.49º | 0.92% | 0.74% | - |
| XYZ | 36.61 | 41.91 | 6.65 | - |
| YUV | 161.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 16 | 0 | 0.07 | 0.92 | 0.26 | 55.49 | 0.84 | 0.4 |
| Hex | BD | B0 | 10 | 0 | 7 | 5C | 1A | 37 | 54 | 28 |
| Octal | 275 | 260 | 20 | 0 | 7 | 134 | 32 | 67 | 124 | 50 |
| Binary | 10111101 | 10110000 | 10000 | 0 | 111 | 1011100 | 11010 | 110111 | 1010100 | 101000 |
Color Harmonies of #BDB010
Complementary color
Monochromatic Colors of #BDB010
Black with #BDB010
Text Example
Text Example
White with #BDB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB010; }
p { color: rgb(189,176,16); }
H1.HeaderClassName
{
color: #BDB010;
}
.AnyTagClassName
{
color: #BDB010;
}
</style>
background-color css
<style>
a { background-color: #BDB010; }
a { background-color: rgb(189,176,16); }
div.DivClassName
{
background-color: #BDB010;
}
.BgClassName
{
background-color: #BDB010;
}
</style>
border-color css
<style>
span { border-color: #BDB010; }
span { border-color: rgb(189,176,16); }
td.TdClassName
{
border-color: #BDB010;
}
.TagClassName
{
border-color: #BDB010;
}
</style>