Shades of La Rioja #BDB60D
Tints of La Rioja #BDB60D
RGB
CMYK
RGB Variations
Color information
#BDB60D (or 0xBDB60D) is known color: La Rioja. HEX triplet: BD, B6 and 0D. RGB value is (189,182,13). Sum of RGB (Red+Green+Blue) = 189+182+13=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60D is #4249F2. Grayscale: #A5A5A5. Windows color (decimal): -4344307 or 898749. OLE color: 898749.
HSL color Cylindrical-coordinate representation of color #BDB60D: hue angle of 57.61º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB60D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 13 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.26 |
| HSL | 57.61º | 0.87% | 0.4% | - |
| HSV(B) | 57.61º | 0.93% | 0.74% | - |
| XYZ | 37.79 | 44.3 | 6.94 | - |
| YUV | 164.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 13 | 0 | 0.04 | 0.93 | 0.26 | 57.61 | 0.87 | 0.4 |
| Hex | BD | B6 | D | 0 | 4 | 5D | 1A | 3A | 57 | 28 |
| Octal | 275 | 266 | 15 | 0 | 4 | 135 | 32 | 72 | 127 | 50 |
| Binary | 10111101 | 10110110 | 1101 | 0 | 100 | 1011101 | 11010 | 111010 | 1010111 | 101000 |
Color Harmonies of #BDB60D
Complementary color
Monochromatic Colors of #BDB60D
Black with #BDB60D
Text Example
Text Example
White with #BDB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB60D; }
p { color: rgb(189,182,13); }
H1.HeaderClassName
{
color: #BDB60D;
}
.AnyTagClassName
{
color: #BDB60D;
}
</style>
background-color css
<style>
a { background-color: #BDB60D; }
a { background-color: rgb(189,182,13); }
div.DivClassName
{
background-color: #BDB60D;
}
.BgClassName
{
background-color: #BDB60D;
}
</style>
border-color css
<style>
span { border-color: #BDB60D; }
span { border-color: rgb(189,182,13); }
td.TdClassName
{
border-color: #BDB60D;
}
.TagClassName
{
border-color: #BDB60D;
}
</style>