Shades of La Rioja #BDB806
Tints of La Rioja #BDB806
RGB
CMYK
RGB Variations
Color information
#BDB806 (or 0xBDB806) is known color: La Rioja. HEX triplet: BD, B8 and 06. RGB value is (189,184,6). Sum of RGB (Red+Green+Blue) = 189+184+6=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB806 is #4247F9. Grayscale: #A5A5A5. Windows color (decimal): -4343802 or 440509. OLE color: 440509.
HSL color Cylindrical-coordinate representation of color #BDB806: hue angle of 58.36º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB806 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.26 |
| HSL | 58.36º | 0.94% | 0.38% | - |
| HSV(B) | 58.36º | 0.97% | 0.74% | - |
| XYZ | 38.16 | 45.11 | 6.87 | - |
| YUV | 165.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 6 | 0 | 0.03 | 0.97 | 0.26 | 58.36 | 0.94 | 0.38 |
| Hex | BD | B8 | 6 | 0 | 3 | 61 | 1A | 3A | 5E | 26 |
| Octal | 275 | 270 | 6 | 0 | 3 | 141 | 32 | 72 | 136 | 46 |
| Binary | 10111101 | 10111000 | 110 | 0 | 11 | 1100001 | 11010 | 111010 | 1011110 | 100110 |
Color Harmonies of #BDB806
Complementary color
Monochromatic Colors of #BDB806
Black with #BDB806
Text Example
Text Example
White with #BDB806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB806; }
p { color: rgb(189,184,6); }
H1.HeaderClassName
{
color: #BDB806;
}
.AnyTagClassName
{
color: #BDB806;
}
</style>
background-color css
<style>
a { background-color: #BDB806; }
a { background-color: rgb(189,184,6); }
div.DivClassName
{
background-color: #BDB806;
}
.BgClassName
{
background-color: #BDB806;
}
</style>
border-color css
<style>
span { border-color: #BDB806; }
span { border-color: rgb(189,184,6); }
td.TdClassName
{
border-color: #BDB806;
}
.TagClassName
{
border-color: #BDB806;
}
</style>