Shades of La Rioja #BDAB01
Tints of La Rioja #BDAB01
RGB
CMYK
RGB Variations
Color information
#BDAB01 (or 0xBDAB01) is known color: La Rioja. HEX triplet: BD, AB and 01. RGB value is (189,171,1). Sum of RGB (Red+Green+Blue) = 189+171+1=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAB01 is #4254FE. Grayscale: #9D9D9D. Windows color (decimal): -4347135 or 109501. OLE color: 109501.
HSL color Cylindrical-coordinate representation of color #BDAB01: hue angle of 54.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDAB01 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 1 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.26 |
| HSL | 54.26º | 0.99% | 0.37% | - |
| HSV(B) | 54.26º | 0.99% | 0.74% | - |
| XYZ | 35.55 | 39.95 | 5.87 | - |
| YUV | 157 | 39.96 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 1 | 0 | 0.10 | 0.99 | 0.26 | 54.26 | 0.99 | 0.37 |
| Hex | BD | AB | 1 | 0 | A | 63 | 1A | 36 | 63 | 25 |
| Octal | 275 | 253 | 1 | 0 | 12 | 143 | 32 | 66 | 143 | 45 |
| Binary | 10111101 | 10101011 | 1 | 0 | 1010 | 1100011 | 11010 | 110110 | 1100011 | 100101 |
Color Harmonies of #BDAB01
Complementary color
Monochromatic Colors of #BDAB01
Black with #BDAB01
Text Example
Text Example
White with #BDAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB01; }
p { color: rgb(189,171,1); }
H1.HeaderClassName
{
color: #BDAB01;
}
.AnyTagClassName
{
color: #BDAB01;
}
</style>
background-color css
<style>
a { background-color: #BDAB01; }
a { background-color: rgb(189,171,1); }
div.DivClassName
{
background-color: #BDAB01;
}
.BgClassName
{
background-color: #BDAB01;
}
</style>
border-color css
<style>
span { border-color: #BDAB01; }
span { border-color: rgb(189,171,1); }
td.TdClassName
{
border-color: #BDAB01;
}
.TagClassName
{
border-color: #BDAB01;
}
</style>