Shades of La Rioja #BDB604
Tints of La Rioja #BDB604
RGB
CMYK
RGB Variations
Color information
#BDB604 (or 0xBDB604) is known color: La Rioja. HEX triplet: BD, B6 and 04. RGB value is (189,182,4). Sum of RGB (Red+Green+Blue) = 189+182+4=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB604 is #4249FB. Grayscale: #A4A4A4. Windows color (decimal): -4344316 or 308925. OLE color: 308925.
HSL color Cylindrical-coordinate representation of color #BDB604: hue angle of 57.73º 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 #BDB604 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.26 |
| HSL | 57.73º | 0.96% | 0.38% | - |
| HSV(B) | 57.73º | 0.98% | 0.74% | - |
| XYZ | 37.74 | 44.28 | 6.67 | - |
| YUV | 163.8 | 37.82 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 4 | 0 | 0.04 | 0.98 | 0.26 | 57.73 | 0.96 | 0.38 |
| Hex | BD | B6 | 4 | 0 | 4 | 62 | 1A | 3A | 60 | 26 |
| Octal | 275 | 266 | 4 | 0 | 4 | 142 | 32 | 72 | 140 | 46 |
| Binary | 10111101 | 10110110 | 100 | 0 | 100 | 1100010 | 11010 | 111010 | 1100000 | 100110 |
Color Harmonies of #BDB604
Complementary color
Monochromatic Colors of #BDB604
Black with #BDB604
Text Example
Text Example
White with #BDB604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB604; }
p { color: rgb(189,182,4); }
H1.HeaderClassName
{
color: #BDB604;
}
.AnyTagClassName
{
color: #BDB604;
}
</style>
background-color css
<style>
a { background-color: #BDB604; }
a { background-color: rgb(189,182,4); }
div.DivClassName
{
background-color: #BDB604;
}
.BgClassName
{
background-color: #BDB604;
}
</style>
border-color css
<style>
span { border-color: #BDB604; }
span { border-color: rgb(189,182,4); }
td.TdClassName
{
border-color: #BDB604;
}
.TagClassName
{
border-color: #BDB604;
}
</style>