Shades of La Rioja #BDB106
Tints of La Rioja #BDB106
RGB
CMYK
RGB Variations
Color information
#BDB106 (or 0xBDB106) is known color: La Rioja. HEX triplet: BD, B1 and 06. RGB value is (189,177,6). Sum of RGB (Red+Green+Blue) = 189+177+6=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB106 is #424EF9. Grayscale: #A1A1A1. Windows color (decimal): -4345594 or 438717. OLE color: 438717.
HSL color Cylindrical-coordinate representation of color #BDB106: hue angle of 56.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB106 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.26 |
| HSL | 56.07º | 0.94% | 0.38% | - |
| HSV(B) | 56.07º | 0.97% | 0.74% | - |
| XYZ | 36.74 | 42.28 | 6.4 | - |
| YUV | 161.09 | 40.48 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 6 | 0 | 0.06 | 0.97 | 0.26 | 56.07 | 0.94 | 0.38 |
| Hex | BD | B1 | 6 | 0 | 6 | 61 | 1A | 38 | 5E | 26 |
| Octal | 275 | 261 | 6 | 0 | 6 | 141 | 32 | 70 | 136 | 46 |
| Binary | 10111101 | 10110001 | 110 | 0 | 110 | 1100001 | 11010 | 111000 | 1011110 | 100110 |
Color Harmonies of #BDB106
Complementary color
Monochromatic Colors of #BDB106
Black with #BDB106
Text Example
Text Example
White with #BDB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB106; }
p { color: rgb(189,177,6); }
H1.HeaderClassName
{
color: #BDB106;
}
.AnyTagClassName
{
color: #BDB106;
}
</style>
background-color css
<style>
a { background-color: #BDB106; }
a { background-color: rgb(189,177,6); }
div.DivClassName
{
background-color: #BDB106;
}
.BgClassName
{
background-color: #BDB106;
}
</style>
border-color css
<style>
span { border-color: #BDB106; }
span { border-color: rgb(189,177,6); }
td.TdClassName
{
border-color: #BDB106;
}
.TagClassName
{
border-color: #BDB106;
}
</style>