Shades of La Rioja #BDB907
Tints of La Rioja #BDB907
RGB
CMYK
RGB Variations
Color information
#BDB907 (or 0xBDB907) is known color: La Rioja. HEX triplet: BD, B9 and 07. RGB value is (189,185,7). Sum of RGB (Red+Green+Blue) = 189+185+7=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB907 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB907 is #4246F8. Grayscale: #A6A6A6. Windows color (decimal): -4343545 or 506301. OLE color: 506301.
HSL color Cylindrical-coordinate representation of color #BDB907: hue angle of 58.68º 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 #BDB907 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.26 |
| HSL | 58.68º | 0.93% | 0.38% | - |
| HSV(B) | 58.68º | 0.96% | 0.74% | - |
| XYZ | 38.37 | 45.53 | 6.97 | - |
| YUV | 165.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 7 | 0 | 0.02 | 0.96 | 0.26 | 58.68 | 0.93 | 0.38 |
| Hex | BD | B9 | 7 | 0 | 2 | 60 | 1A | 3B | 5D | 26 |
| Octal | 275 | 271 | 7 | 0 | 2 | 140 | 32 | 73 | 135 | 46 |
| Binary | 10111101 | 10111001 | 111 | 0 | 10 | 1100000 | 11010 | 111011 | 1011101 | 100110 |
Color Harmonies of #BDB907
Complementary color
Monochromatic Colors of #BDB907
Black with #BDB907
Text Example
Text Example
White with #BDB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB907; }
p { color: rgb(189,185,7); }
H1.HeaderClassName
{
color: #BDB907;
}
.AnyTagClassName
{
color: #BDB907;
}
</style>
background-color css
<style>
a { background-color: #BDB907; }
a { background-color: rgb(189,185,7); }
div.DivClassName
{
background-color: #BDB907;
}
.BgClassName
{
background-color: #BDB907;
}
</style>
border-color css
<style>
span { border-color: #BDB907; }
span { border-color: rgb(189,185,7); }
td.TdClassName
{
border-color: #BDB907;
}
.TagClassName
{
border-color: #BDB907;
}
</style>