Shades of La Rioja #BDB612
Tints of La Rioja #BDB612
RGB
CMYK
RGB Variations
Color information
#BDB612 (or 0xBDB612) is known color: La Rioja. HEX triplet: BD, B6 and 12. RGB value is (189,182,18). Sum of RGB (Red+Green+Blue) = 189+182+18=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB612 is #4249ED. Grayscale: #A6A6A6. Windows color (decimal): -4344302 or 1226429. OLE color: 1226429.
HSL color Cylindrical-coordinate representation of color #BDB612: hue angle of 57.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB612 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 18 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.26 |
| HSL | 57.54º | 0.83% | 0.41% | - |
| HSV(B) | 57.54º | 0.9% | 0.74% | - |
| XYZ | 37.82 | 44.32 | 7.13 | - |
| YUV | 165.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 18 | 0 | 0.04 | 0.90 | 0.26 | 57.54 | 0.83 | 0.41 |
| Hex | BD | B6 | 12 | 0 | 4 | 5A | 1A | 3A | 53 | 29 |
| Octal | 275 | 266 | 22 | 0 | 4 | 132 | 32 | 72 | 123 | 51 |
| Binary | 10111101 | 10110110 | 10010 | 0 | 100 | 1011010 | 11010 | 111010 | 1010011 | 101001 |
Color Harmonies of #BDB612
Complementary color
Monochromatic Colors of #BDB612
Black with #BDB612
Text Example
Text Example
White with #BDB612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB612; }
p { color: rgb(189,182,18); }
H1.HeaderClassName
{
color: #BDB612;
}
.AnyTagClassName
{
color: #BDB612;
}
</style>
background-color css
<style>
a { background-color: #BDB612; }
a { background-color: rgb(189,182,18); }
div.DivClassName
{
background-color: #BDB612;
}
.BgClassName
{
background-color: #BDB612;
}
</style>
border-color css
<style>
span { border-color: #BDB612; }
span { border-color: rgb(189,182,18); }
td.TdClassName
{
border-color: #BDB612;
}
.TagClassName
{
border-color: #BDB612;
}
</style>