Shades of La Rioja #BDBD09
Tints of La Rioja #BDBD09
RGB
CMYK
RGB Variations
Color information
#BDBD09 (or 0xBDBD09) is known color: La Rioja. HEX triplet: BD, BD and 09. RGB value is (189,189,9). Sum of RGB (Red+Green+Blue) = 189+189+9=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD09 is #4242F6. Grayscale: #A9A9A9. Windows color (decimal): -4342519 or 638397. OLE color: 638397.
HSL color Cylindrical-coordinate representation of color #BDBD09: hue angle of 60º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDBD09 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 9 | - |
| CMYK | 0 | 0 | 0.95 | 0.26 |
| HSL | 60º | 0.91% | 0.39% | - |
| HSV(B) | 60º | 0.95% | 0.74% | - |
| XYZ | 39.23 | 47.23 | 7.31 | - |
| YUV | 168.48 | 38 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 9 | 0 | 0 | 0.95 | 0.26 | 60 | 0.91 | 0.39 |
| Hex | BD | BD | 9 | 0 | 0 | 5F | 1A | 3C | 5B | 27 |
| Octal | 275 | 275 | 11 | 0 | 0 | 137 | 32 | 74 | 133 | 47 |
| Binary | 10111101 | 10111101 | 1001 | 0 | 0 | 1011111 | 11010 | 111100 | 1011011 | 100111 |
Color Harmonies of #BDBD09
Complementary color
Monochromatic Colors of #BDBD09
Black with #BDBD09
Text Example
Text Example
White with #BDBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD09; }
p { color: rgb(189,189,9); }
H1.HeaderClassName
{
color: #BDBD09;
}
.AnyTagClassName
{
color: #BDBD09;
}
</style>
background-color css
<style>
a { background-color: #BDBD09; }
a { background-color: rgb(189,189,9); }
div.DivClassName
{
background-color: #BDBD09;
}
.BgClassName
{
background-color: #BDBD09;
}
</style>
border-color css
<style>
span { border-color: #BDBD09; }
span { border-color: rgb(189,189,9); }
td.TdClassName
{
border-color: #BDBD09;
}
.TagClassName
{
border-color: #BDBD09;
}
</style>