Shades of La Rioja #BDAB04
Tints of La Rioja #BDAB04
RGB
CMYK
RGB Variations
Color information
#BDAB04 (or 0xBDAB04) is known color: La Rioja. HEX triplet: BD, AB and 04. RGB value is (189,171,4). Sum of RGB (Red+Green+Blue) = 189+171+4=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB04 is #4254FB. Grayscale: #9E9E9E. Windows color (decimal): -4347132 or 306109. OLE color: 306109.
HSL color Cylindrical-coordinate representation of color #BDAB04: hue angle of 54.16º degrees, saturation: 0.96, 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 #BDAB04 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.26 |
| HSL | 54.16º | 0.96% | 0.38% | - |
| HSV(B) | 54.16º | 0.98% | 0.74% | - |
| XYZ | 35.57 | 39.95 | 5.95 | - |
| YUV | 157.34 | 41.46 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 4 | 0 | 0.10 | 0.98 | 0.26 | 54.16 | 0.96 | 0.38 |
| Hex | BD | AB | 4 | 0 | A | 62 | 1A | 36 | 60 | 26 |
| Octal | 275 | 253 | 4 | 0 | 12 | 142 | 32 | 66 | 140 | 46 |
| Binary | 10111101 | 10101011 | 100 | 0 | 1010 | 1100010 | 11010 | 110110 | 1100000 | 100110 |
Color Harmonies of #BDAB04
Complementary color
Monochromatic Colors of #BDAB04
Black with #BDAB04
Text Example
Text Example
White with #BDAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB04; }
p { color: rgb(189,171,4); }
H1.HeaderClassName
{
color: #BDAB04;
}
.AnyTagClassName
{
color: #BDAB04;
}
</style>
background-color css
<style>
a { background-color: #BDAB04; }
a { background-color: rgb(189,171,4); }
div.DivClassName
{
background-color: #BDAB04;
}
.BgClassName
{
background-color: #BDAB04;
}
</style>
border-color css
<style>
span { border-color: #BDAB04; }
span { border-color: rgb(189,171,4); }
td.TdClassName
{
border-color: #BDAB04;
}
.TagClassName
{
border-color: #BDAB04;
}
</style>