Shades of La Rioja #BDB407
Tints of La Rioja #BDB407
RGB
CMYK
RGB Variations
Color information
#BDB407 (or 0xBDB407) is known color: La Rioja. HEX triplet: BD, B4 and 07. RGB value is (189,180,7). Sum of RGB (Red+Green+Blue) = 189+180+7=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB407 is #424BF8. Grayscale: #A3A3A3. Windows color (decimal): -4344825 or 505021. OLE color: 505021.
HSL color Cylindrical-coordinate representation of color #BDB407: hue angle of 57.03º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDB407 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 7 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.26 |
| HSL | 57.03º | 0.93% | 0.38% | - |
| HSV(B) | 57.03º | 0.96% | 0.74% | - |
| XYZ | 37.35 | 43.48 | 6.62 | - |
| YUV | 162.97 | 39.98 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 7 | 0 | 0.05 | 0.96 | 0.26 | 57.03 | 0.93 | 0.38 |
| Hex | BD | B4 | 7 | 0 | 5 | 60 | 1A | 39 | 5D | 26 |
| Octal | 275 | 264 | 7 | 0 | 5 | 140 | 32 | 71 | 135 | 46 |
| Binary | 10111101 | 10110100 | 111 | 0 | 101 | 1100000 | 11010 | 111001 | 1011101 | 100110 |
Color Harmonies of #BDB407
Complementary color
Monochromatic Colors of #BDB407
Black with #BDB407
Text Example
Text Example
White with #BDB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB407; }
p { color: rgb(189,180,7); }
H1.HeaderClassName
{
color: #BDB407;
}
.AnyTagClassName
{
color: #BDB407;
}
</style>
background-color css
<style>
a { background-color: #BDB407; }
a { background-color: rgb(189,180,7); }
div.DivClassName
{
background-color: #BDB407;
}
.BgClassName
{
background-color: #BDB407;
}
</style>
border-color css
<style>
span { border-color: #BDB407; }
span { border-color: rgb(189,180,7); }
td.TdClassName
{
border-color: #BDB407;
}
.TagClassName
{
border-color: #BDB407;
}
</style>