Shades of La Rioja #BDB901
Tints of La Rioja #BDB901
RGB
CMYK
RGB Variations
Color information
#BDB901 (or 0xBDB901) is known color: La Rioja. HEX triplet: BD, B9 and 01. RGB value is (189,185,1). Sum of RGB (Red+Green+Blue) = 189+185+1=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB901 is #4246FE. Grayscale: #A5A5A5. Windows color (decimal): -4343551 or 113085. OLE color: 113085.
HSL color Cylindrical-coordinate representation of color #BDB901: hue angle of 58.72º 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 #BDB901 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.26 |
| HSL | 58.72º | 0.99% | 0.37% | - |
| HSV(B) | 58.72º | 0.99% | 0.74% | - |
| XYZ | 38.34 | 45.52 | 6.79 | - |
| YUV | 165.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 1 | 0 | 0.02 | 0.99 | 0.26 | 58.72 | 0.99 | 0.37 |
| Hex | BD | B9 | 1 | 0 | 2 | 63 | 1A | 3B | 63 | 25 |
| Octal | 275 | 271 | 1 | 0 | 2 | 143 | 32 | 73 | 143 | 45 |
| Binary | 10111101 | 10111001 | 1 | 0 | 10 | 1100011 | 11010 | 111011 | 1100011 | 100101 |
Color Harmonies of #BDB901
Complementary color
Monochromatic Colors of #BDB901
Black with #BDB901
Text Example
Text Example
White with #BDB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB901; }
p { color: rgb(189,185,1); }
H1.HeaderClassName
{
color: #BDB901;
}
.AnyTagClassName
{
color: #BDB901;
}
</style>
background-color css
<style>
a { background-color: #BDB901; }
a { background-color: rgb(189,185,1); }
div.DivClassName
{
background-color: #BDB901;
}
.BgClassName
{
background-color: #BDB901;
}
</style>
border-color css
<style>
span { border-color: #BDB901; }
span { border-color: rgb(189,185,1); }
td.TdClassName
{
border-color: #BDB901;
}
.TagClassName
{
border-color: #BDB901;
}
</style>