Shades of La Rioja #BDB902
Tints of La Rioja #BDB902
RGB
CMYK
RGB Variations
Color information
#BDB902 (or 0xBDB902) is known color: La Rioja. HEX triplet: BD, B9 and 02. RGB value is (189,185,2). Sum of RGB (Red+Green+Blue) = 189+185+2=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB902 is #4246FD. Grayscale: #A6A6A6. Windows color (decimal): -4343550 or 178621. OLE color: 178621.
HSL color Cylindrical-coordinate representation of color #BDB902: hue angle of 58.72º degrees, saturation: 0.98, 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 #BDB902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.26 |
| HSL | 58.72º | 0.98% | 0.37% | - |
| HSV(B) | 58.72º | 0.99% | 0.74% | - |
| XYZ | 38.35 | 45.52 | 6.82 | - |
| YUV | 165.33 | 35.83 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 2 | 0 | 0.02 | 0.99 | 0.26 | 58.72 | 0.98 | 0.37 |
| Hex | BD | B9 | 2 | 0 | 2 | 63 | 1A | 3B | 62 | 25 |
| Octal | 275 | 271 | 2 | 0 | 2 | 143 | 32 | 73 | 142 | 45 |
| Binary | 10111101 | 10111001 | 10 | 0 | 10 | 1100011 | 11010 | 111011 | 1100010 | 100101 |
Color Harmonies of #BDB902
Complementary color
Monochromatic Colors of #BDB902
Black with #BDB902
Text Example
Text Example
White with #BDB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB902; }
p { color: rgb(189,185,2); }
H1.HeaderClassName
{
color: #BDB902;
}
.AnyTagClassName
{
color: #BDB902;
}
</style>
background-color css
<style>
a { background-color: #BDB902; }
a { background-color: rgb(189,185,2); }
div.DivClassName
{
background-color: #BDB902;
}
.BgClassName
{
background-color: #BDB902;
}
</style>
border-color css
<style>
span { border-color: #BDB902; }
span { border-color: rgb(189,185,2); }
td.TdClassName
{
border-color: #BDB902;
}
.TagClassName
{
border-color: #BDB902;
}
</style>