Shades of La Rioja #BDAB03
Tints of La Rioja #BDAB03
RGB
CMYK
RGB Variations
Color information
#BDAB03 (or 0xBDAB03) is known color: La Rioja. HEX triplet: BD, AB and 03. RGB value is (189,171,3). Sum of RGB (Red+Green+Blue) = 189+171+3=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB03 is #4254FC. Grayscale: #9D9D9D. Windows color (decimal): -4347133 or 240573. OLE color: 240573.
HSL color Cylindrical-coordinate representation of color #BDAB03: hue angle of 54.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDAB03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.26 |
| HSL | 54.19º | 0.97% | 0.38% | - |
| HSV(B) | 54.19º | 0.98% | 0.74% | - |
| XYZ | 35.57 | 39.95 | 5.92 | - |
| YUV | 157.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 3 | 0 | 0.10 | 0.98 | 0.26 | 54.19 | 0.97 | 0.38 |
| Hex | BD | AB | 3 | 0 | A | 62 | 1A | 36 | 61 | 26 |
| Octal | 275 | 253 | 3 | 0 | 12 | 142 | 32 | 66 | 141 | 46 |
| Binary | 10111101 | 10101011 | 11 | 0 | 1010 | 1100010 | 11010 | 110110 | 1100001 | 100110 |
Color Harmonies of #BDAB03
Complementary color
Monochromatic Colors of #BDAB03
Black with #BDAB03
Text Example
Text Example
White with #BDAB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB03; }
p { color: rgb(189,171,3); }
H1.HeaderClassName
{
color: #BDAB03;
}
.AnyTagClassName
{
color: #BDAB03;
}
</style>
background-color css
<style>
a { background-color: #BDAB03; }
a { background-color: rgb(189,171,3); }
div.DivClassName
{
background-color: #BDAB03;
}
.BgClassName
{
background-color: #BDAB03;
}
</style>
border-color css
<style>
span { border-color: #BDAB03; }
span { border-color: rgb(189,171,3); }
td.TdClassName
{
border-color: #BDAB03;
}
.TagClassName
{
border-color: #BDAB03;
}
</style>