Shades of La Rioja #BDAB07
Tints of La Rioja #BDAB07
RGB
CMYK
RGB Variations
Color information
#BDAB07 (or 0xBDAB07) is known color: La Rioja. HEX triplet: BD, AB and 07. RGB value is (189,171,7). Sum of RGB (Red+Green+Blue) = 189+171+7=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB07 is #4254F8. Grayscale: #9E9E9E. Windows color (decimal): -4347129 or 502717. OLE color: 502717.
HSL color Cylindrical-coordinate representation of color #BDAB07: hue angle of 54.07º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDAB07 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 7 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.26 |
| HSL | 54.07º | 0.93% | 0.38% | - |
| HSV(B) | 54.07º | 0.96% | 0.74% | - |
| XYZ | 35.59 | 39.96 | 6.04 | - |
| YUV | 157.69 | 42.96 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 7 | 0 | 0.10 | 0.96 | 0.26 | 54.07 | 0.93 | 0.38 |
| Hex | BD | AB | 7 | 0 | A | 60 | 1A | 36 | 5D | 26 |
| Octal | 275 | 253 | 7 | 0 | 12 | 140 | 32 | 66 | 135 | 46 |
| Binary | 10111101 | 10101011 | 111 | 0 | 1010 | 1100000 | 11010 | 110110 | 1011101 | 100110 |
Color Harmonies of #BDAB07
Complementary color
Monochromatic Colors of #BDAB07
Black with #BDAB07
Text Example
Text Example
White with #BDAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB07; }
p { color: rgb(189,171,7); }
H1.HeaderClassName
{
color: #BDAB07;
}
.AnyTagClassName
{
color: #BDAB07;
}
</style>
background-color css
<style>
a { background-color: #BDAB07; }
a { background-color: rgb(189,171,7); }
div.DivClassName
{
background-color: #BDAB07;
}
.BgClassName
{
background-color: #BDAB07;
}
</style>
border-color css
<style>
span { border-color: #BDAB07; }
span { border-color: rgb(189,171,7); }
td.TdClassName
{
border-color: #BDAB07;
}
.TagClassName
{
border-color: #BDAB07;
}
</style>