Shades of La Rioja #BDB004
Tints of La Rioja #BDB004
RGB
CMYK
RGB Variations
Color information
#BDB004 (or 0xBDB004) is known color: La Rioja. HEX triplet: BD, B0 and 04. RGB value is (189,176,4). Sum of RGB (Red+Green+Blue) = 189+176+4=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB004 is #424FFB. Grayscale: #A0A0A0. Windows color (decimal): -4345852 or 307389. OLE color: 307389.
HSL color Cylindrical-coordinate representation of color #BDB004: hue angle of 55.78º 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 #BDB004 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 4 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.26 |
| HSL | 55.78º | 0.96% | 0.38% | - |
| HSV(B) | 55.78º | 0.98% | 0.74% | - |
| XYZ | 36.53 | 41.88 | 6.27 | - |
| YUV | 160.28 | 39.81 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 4 | 0 | 0.07 | 0.98 | 0.26 | 55.78 | 0.96 | 0.38 |
| Hex | BD | B0 | 4 | 0 | 7 | 62 | 1A | 38 | 60 | 26 |
| Octal | 275 | 260 | 4 | 0 | 7 | 142 | 32 | 70 | 140 | 46 |
| Binary | 10111101 | 10110000 | 100 | 0 | 111 | 1100010 | 11010 | 111000 | 1100000 | 100110 |
Color Harmonies of #BDB004
Complementary color
Monochromatic Colors of #BDB004
Black with #BDB004
Text Example
Text Example
White with #BDB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB004; }
p { color: rgb(189,176,4); }
H1.HeaderClassName
{
color: #BDB004;
}
.AnyTagClassName
{
color: #BDB004;
}
</style>
background-color css
<style>
a { background-color: #BDB004; }
a { background-color: rgb(189,176,4); }
div.DivClassName
{
background-color: #BDB004;
}
.BgClassName
{
background-color: #BDB004;
}
</style>
border-color css
<style>
span { border-color: #BDB004; }
span { border-color: rgb(189,176,4); }
td.TdClassName
{
border-color: #BDB004;
}
.TagClassName
{
border-color: #BDB004;
}
</style>