Shades of La Rioja #BDBD04
Tints of La Rioja #BDBD04
RGB
CMYK
RGB Variations
Color information
#BDBD04 (or 0xBDBD04) is known color: La Rioja. HEX triplet: BD, BD and 04. RGB value is (189,189,4). Sum of RGB (Red+Green+Blue) = 189+189+4=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBD04 is #4242FB. Grayscale: #A8A8A8. Windows color (decimal): -4342524 or 310717. OLE color: 310717.
HSL color Cylindrical-coordinate representation of color #BDBD04: hue angle of 60º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDBD04 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 4 | - |
| CMYK | 0 | 0 | 0.98 | 0.26 |
| HSL | 60º | 0.96% | 0.38% | - |
| HSV(B) | 60º | 0.98% | 0.74% | - |
| XYZ | 39.21 | 47.22 | 7.16 | - |
| YUV | 167.91 | 35.5 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 4 | 0 | 0 | 0.98 | 0.26 | 60 | 0.96 | 0.38 |
| Hex | BD | BD | 4 | 0 | 0 | 62 | 1A | 3C | 60 | 26 |
| Octal | 275 | 275 | 4 | 0 | 0 | 142 | 32 | 74 | 140 | 46 |
| Binary | 10111101 | 10111101 | 100 | 0 | 0 | 1100010 | 11010 | 111100 | 1100000 | 100110 |
Color Harmonies of #BDBD04
Complementary color
Monochromatic Colors of #BDBD04
Black with #BDBD04
Text Example
Text Example
White with #BDBD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD04; }
p { color: rgb(189,189,4); }
H1.HeaderClassName
{
color: #BDBD04;
}
.AnyTagClassName
{
color: #BDBD04;
}
</style>
background-color css
<style>
a { background-color: #BDBD04; }
a { background-color: rgb(189,189,4); }
div.DivClassName
{
background-color: #BDBD04;
}
.BgClassName
{
background-color: #BDBD04;
}
</style>
border-color css
<style>
span { border-color: #BDBD04; }
span { border-color: rgb(189,189,4); }
td.TdClassName
{
border-color: #BDBD04;
}
.TagClassName
{
border-color: #BDBD04;
}
</style>