Shades of La Rioja #BDAD0C
Tints of La Rioja #BDAD0C
RGB
CMYK
RGB Variations
Color information
#BDAD0C (or 0xBDAD0C) is known color: La Rioja. HEX triplet: BD, AD and 0C. RGB value is (189,173,12). Sum of RGB (Red+Green+Blue) = 189+173+12=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAD0C is #4252F3. Grayscale: #A0A0A0. Windows color (decimal): -4346612 or 830909. OLE color: 830909.
HSL color Cylindrical-coordinate representation of color #BDAD0C: hue angle of 54.58º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDAD0C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.26 |
| HSL | 54.58º | 0.88% | 0.39% | - |
| HSV(B) | 54.58º | 0.94% | 0.74% | - |
| XYZ | 36 | 40.73 | 6.31 | - |
| YUV | 159.43 | 44.8 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 12 | 0 | 0.08 | 0.94 | 0.26 | 54.58 | 0.88 | 0.39 |
| Hex | BD | AD | C | 0 | 8 | 5E | 1A | 37 | 58 | 27 |
| Octal | 275 | 255 | 14 | 0 | 10 | 136 | 32 | 67 | 130 | 47 |
| Binary | 10111101 | 10101101 | 1100 | 0 | 1000 | 1011110 | 11010 | 110111 | 1011000 | 100111 |
Color Harmonies of #BDAD0C
Complementary color
Monochromatic Colors of #BDAD0C
Black with #BDAD0C
Text Example
Text Example
White with #BDAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD0C; }
p { color: rgb(189,173,12); }
H1.HeaderClassName
{
color: #BDAD0C;
}
.AnyTagClassName
{
color: #BDAD0C;
}
</style>
background-color css
<style>
a { background-color: #BDAD0C; }
a { background-color: rgb(189,173,12); }
div.DivClassName
{
background-color: #BDAD0C;
}
.BgClassName
{
background-color: #BDAD0C;
}
</style>
border-color css
<style>
span { border-color: #BDAD0C; }
span { border-color: rgb(189,173,12); }
td.TdClassName
{
border-color: #BDAD0C;
}
.TagClassName
{
border-color: #BDAD0C;
}
</style>