Shades of La Rioja #BDB012
Tints of La Rioja #BDB012
RGB
CMYK
RGB Variations
Color information
#BDB012 (or 0xBDB012) is known color: La Rioja. HEX triplet: BD, B0 and 12. RGB value is (189,176,18). Sum of RGB (Red+Green+Blue) = 189+176+18=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB012 is #424FED. Grayscale: #A2A2A2. Windows color (decimal): -4345838 or 1224893. OLE color: 1224893.
HSL color Cylindrical-coordinate representation of color #BDB012: hue angle of 55.44º 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 #BDB012 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 18 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.26 |
| HSL | 55.44º | 0.83% | 0.41% | - |
| HSV(B) | 55.44º | 0.9% | 0.74% | - |
| XYZ | 36.62 | 41.91 | 6.73 | - |
| YUV | 161.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 18 | 0 | 0.07 | 0.90 | 0.26 | 55.44 | 0.83 | 0.41 |
| Hex | BD | B0 | 12 | 0 | 7 | 5A | 1A | 37 | 53 | 29 |
| Octal | 275 | 260 | 22 | 0 | 7 | 132 | 32 | 67 | 123 | 51 |
| Binary | 10111101 | 10110000 | 10010 | 0 | 111 | 1011010 | 11010 | 110111 | 1010011 | 101001 |
Color Harmonies of #BDB012
Complementary color
Monochromatic Colors of #BDB012
Black with #BDB012
Text Example
Text Example
White with #BDB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB012; }
p { color: rgb(189,176,18); }
H1.HeaderClassName
{
color: #BDB012;
}
.AnyTagClassName
{
color: #BDB012;
}
</style>
background-color css
<style>
a { background-color: #BDB012; }
a { background-color: rgb(189,176,18); }
div.DivClassName
{
background-color: #BDB012;
}
.BgClassName
{
background-color: #BDB012;
}
</style>
border-color css
<style>
span { border-color: #BDB012; }
span { border-color: rgb(189,176,18); }
td.TdClassName
{
border-color: #BDB012;
}
.TagClassName
{
border-color: #BDB012;
}
</style>