Shades of La Rioja #BDB607
Tints of La Rioja #BDB607
RGB
CMYK
RGB Variations
Color information
#BDB607 (or 0xBDB607) is known color: La Rioja. HEX triplet: BD, B6 and 07. RGB value is (189,182,7). Sum of RGB (Red+Green+Blue) = 189+182+7=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB607 is #4249F8. Grayscale: #A4A4A4. Windows color (decimal): -4344313 or 505533. OLE color: 505533.
HSL color Cylindrical-coordinate representation of color #BDB607: hue angle of 57.69º 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 #BDB607 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 7 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.26 |
| HSL | 57.69º | 0.93% | 0.38% | - |
| HSV(B) | 57.69º | 0.96% | 0.74% | - |
| XYZ | 37.75 | 44.29 | 6.76 | - |
| YUV | 164.14 | 39.32 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 7 | 0 | 0.04 | 0.96 | 0.26 | 57.69 | 0.93 | 0.38 |
| Hex | BD | B6 | 7 | 0 | 4 | 60 | 1A | 3A | 5D | 26 |
| Octal | 275 | 266 | 7 | 0 | 4 | 140 | 32 | 72 | 135 | 46 |
| Binary | 10111101 | 10110110 | 111 | 0 | 100 | 1100000 | 11010 | 111010 | 1011101 | 100110 |
Color Harmonies of #BDB607
Complementary color
Monochromatic Colors of #BDB607
Black with #BDB607
Text Example
Text Example
White with #BDB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB607; }
p { color: rgb(189,182,7); }
H1.HeaderClassName
{
color: #BDB607;
}
.AnyTagClassName
{
color: #BDB607;
}
</style>
background-color css
<style>
a { background-color: #BDB607; }
a { background-color: rgb(189,182,7); }
div.DivClassName
{
background-color: #BDB607;
}
.BgClassName
{
background-color: #BDB607;
}
</style>
border-color css
<style>
span { border-color: #BDB607; }
span { border-color: rgb(189,182,7); }
td.TdClassName
{
border-color: #BDB607;
}
.TagClassName
{
border-color: #BDB607;
}
</style>