Shades of La Rioja #BDAC01
Tints of La Rioja #BDAC01
RGB
CMYK
RGB Variations
Color information
#BDAC01 (or 0xBDAC01) is known color: La Rioja. HEX triplet: BD, AC and 01. RGB value is (189,172,1). Sum of RGB (Red+Green+Blue) = 189+172+1=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAC01 is #4253FE. Grayscale: #9E9E9E. Windows color (decimal): -4346879 or 109757. OLE color: 109757.
HSL color Cylindrical-coordinate representation of color #BDAC01: hue angle of 54.57º 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 #BDAC01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.26 |
| HSL | 54.57º | 0.99% | 0.37% | - |
| HSV(B) | 54.57º | 0.99% | 0.74% | - |
| XYZ | 35.74 | 40.33 | 5.93 | - |
| YUV | 157.59 | 39.63 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 1 | 0 | 0.09 | 0.99 | 0.26 | 54.57 | 0.99 | 0.37 |
| Hex | BD | AC | 1 | 0 | 9 | 63 | 1A | 37 | 63 | 25 |
| Octal | 275 | 254 | 1 | 0 | 11 | 143 | 32 | 67 | 143 | 45 |
| Binary | 10111101 | 10101100 | 1 | 0 | 1001 | 1100011 | 11010 | 110111 | 1100011 | 100101 |
Color Harmonies of #BDAC01
Complementary color
Monochromatic Colors of #BDAC01
Black with #BDAC01
Text Example
Text Example
White with #BDAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC01; }
p { color: rgb(189,172,1); }
H1.HeaderClassName
{
color: #BDAC01;
}
.AnyTagClassName
{
color: #BDAC01;
}
</style>
background-color css
<style>
a { background-color: #BDAC01; }
a { background-color: rgb(189,172,1); }
div.DivClassName
{
background-color: #BDAC01;
}
.BgClassName
{
background-color: #BDAC01;
}
</style>
border-color css
<style>
span { border-color: #BDAC01; }
span { border-color: rgb(189,172,1); }
td.TdClassName
{
border-color: #BDAC01;
}
.TagClassName
{
border-color: #BDAC01;
}
</style>