Shades of La Rioja #BDAD0B
Tints of La Rioja #BDAD0B
RGB
CMYK
RGB Variations
Color information
#BDAD0B (or 0xBDAD0B) is known color: La Rioja. HEX triplet: BD, AD and 0B. RGB value is (189,173,11). Sum of RGB (Red+Green+Blue) = 189+173+11=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAD0B is #4252F4. Grayscale: #9F9F9F. Windows color (decimal): -4346613 or 765373. OLE color: 765373.
HSL color Cylindrical-coordinate representation of color #BDAD0B: hue angle of 54.61º degrees, saturation: 0.89, 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 #BDAD0B is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 11 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.26 |
| HSL | 54.61º | 0.89% | 0.39% | - |
| HSV(B) | 54.61º | 0.94% | 0.74% | - |
| XYZ | 35.99 | 40.73 | 6.28 | - |
| YUV | 159.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 11 | 0 | 0.08 | 0.94 | 0.26 | 54.61 | 0.89 | 0.39 |
| Hex | BD | AD | B | 0 | 8 | 5E | 1A | 37 | 59 | 27 |
| Octal | 275 | 255 | 13 | 0 | 10 | 136 | 32 | 67 | 131 | 47 |
| Binary | 10111101 | 10101101 | 1011 | 0 | 1000 | 1011110 | 11010 | 110111 | 1011001 | 100111 |
Color Harmonies of #BDAD0B
Complementary color
Monochromatic Colors of #BDAD0B
Black with #BDAD0B
Text Example
Text Example
White with #BDAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD0B; }
p { color: rgb(189,173,11); }
H1.HeaderClassName
{
color: #BDAD0B;
}
.AnyTagClassName
{
color: #BDAD0B;
}
</style>
background-color css
<style>
a { background-color: #BDAD0B; }
a { background-color: rgb(189,173,11); }
div.DivClassName
{
background-color: #BDAD0B;
}
.BgClassName
{
background-color: #BDAD0B;
}
</style>
border-color css
<style>
span { border-color: #BDAD0B; }
span { border-color: rgb(189,173,11); }
td.TdClassName
{
border-color: #BDAD0B;
}
.TagClassName
{
border-color: #BDAD0B;
}
</style>