Shades of La Rioja #BDAE0D
Tints of La Rioja #BDAE0D
RGB
CMYK
RGB Variations
Color information
#BDAE0D (or 0xBDAE0D) is known color: La Rioja. HEX triplet: BD, AE and 0D. RGB value is (189,174,13). Sum of RGB (Red+Green+Blue) = 189+174+13=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE0D is #4251F2. Grayscale: #A0A0A0. Windows color (decimal): -4346355 or 896701. OLE color: 896701.
HSL color Cylindrical-coordinate representation of color #BDAE0D: hue angle of 54.89º 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 #BDAE0D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 174 | 13 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.26 |
| HSL | 54.89º | 0.87% | 0.4% | - |
| HSV(B) | 54.89º | 0.93% | 0.74% | - |
| XYZ | 36.19 | 41.12 | 6.41 | - |
| YUV | 160.13 | 44.97 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 174 | 13 | 0 | 0.08 | 0.93 | 0.26 | 54.89 | 0.87 | 0.4 |
| Hex | BD | AE | D | 0 | 8 | 5D | 1A | 37 | 57 | 28 |
| Octal | 275 | 256 | 15 | 0 | 10 | 135 | 32 | 67 | 127 | 50 |
| Binary | 10111101 | 10101110 | 1101 | 0 | 1000 | 1011101 | 11010 | 110111 | 1010111 | 101000 |
Color Harmonies of #BDAE0D
Complementary color
Monochromatic Colors of #BDAE0D
Black with #BDAE0D
Text Example
Text Example
White with #BDAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAE0D; }
p { color: rgb(189,174,13); }
H1.HeaderClassName
{
color: #BDAE0D;
}
.AnyTagClassName
{
color: #BDAE0D;
}
</style>
background-color css
<style>
a { background-color: #BDAE0D; }
a { background-color: rgb(189,174,13); }
div.DivClassName
{
background-color: #BDAE0D;
}
.BgClassName
{
background-color: #BDAE0D;
}
</style>
border-color css
<style>
span { border-color: #BDAE0D; }
span { border-color: rgb(189,174,13); }
td.TdClassName
{
border-color: #BDAE0D;
}
.TagClassName
{
border-color: #BDAE0D;
}
</style>