Shades of La Rioja #BDB113
Tints of La Rioja #BDB113
RGB
CMYK
RGB Variations
Color information
#BDB113 (or 0xBDB113) is known color: La Rioja. HEX triplet: BD, B1 and 13. RGB value is (189,177,19). Sum of RGB (Red+Green+Blue) = 189+177+19=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB113 is #424EEC. Grayscale: #A3A3A3. Windows color (decimal): -4345581 or 1290685. OLE color: 1290685.
HSL color Cylindrical-coordinate representation of color #BDB113: hue angle of 55.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB113 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.26 |
| HSL | 55.76º | 0.82% | 0.41% | - |
| HSV(B) | 55.76º | 0.9% | 0.74% | - |
| XYZ | 36.83 | 42.31 | 6.84 | - |
| YUV | 162.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 19 | 0 | 0.06 | 0.90 | 0.26 | 55.76 | 0.82 | 0.41 |
| Hex | BD | B1 | 13 | 0 | 6 | 5A | 1A | 38 | 52 | 29 |
| Octal | 275 | 261 | 23 | 0 | 6 | 132 | 32 | 70 | 122 | 51 |
| Binary | 10111101 | 10110001 | 10011 | 0 | 110 | 1011010 | 11010 | 111000 | 1010010 | 101001 |
Color Harmonies of #BDB113
Complementary color
Monochromatic Colors of #BDB113
Black with #BDB113
Text Example
Text Example
White with #BDB113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB113; }
p { color: rgb(189,177,19); }
H1.HeaderClassName
{
color: #BDB113;
}
.AnyTagClassName
{
color: #BDB113;
}
</style>
background-color css
<style>
a { background-color: #BDB113; }
a { background-color: rgb(189,177,19); }
div.DivClassName
{
background-color: #BDB113;
}
.BgClassName
{
background-color: #BDB113;
}
</style>
border-color css
<style>
span { border-color: #BDB113; }
span { border-color: rgb(189,177,19); }
td.TdClassName
{
border-color: #BDB113;
}
.TagClassName
{
border-color: #BDB113;
}
</style>