Shades of La Rioja #BDB60C
Tints of La Rioja #BDB60C
RGB
CMYK
RGB Variations
Color information
#BDB60C (or 0xBDB60C) is known color: La Rioja. HEX triplet: BD, B6 and 0C. RGB value is (189,182,12). Sum of RGB (Red+Green+Blue) = 189+182+12=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60C is #4249F3. Grayscale: #A5A5A5. Windows color (decimal): -4344308 or 833213. OLE color: 833213.
HSL color Cylindrical-coordinate representation of color #BDB60C: hue angle of 57.63º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB60C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 12 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.26 |
| HSL | 57.63º | 0.88% | 0.39% | - |
| HSV(B) | 57.63º | 0.94% | 0.74% | - |
| XYZ | 37.78 | 44.3 | 6.91 | - |
| YUV | 164.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 12 | 0 | 0.04 | 0.94 | 0.26 | 57.63 | 0.88 | 0.39 |
| Hex | BD | B6 | C | 0 | 4 | 5E | 1A | 3A | 58 | 27 |
| Octal | 275 | 266 | 14 | 0 | 4 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111101 | 10110110 | 1100 | 0 | 100 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BDB60C
Complementary color
Monochromatic Colors of #BDB60C
Black with #BDB60C
Text Example
Text Example
White with #BDB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB60C; }
p { color: rgb(189,182,12); }
H1.HeaderClassName
{
color: #BDB60C;
}
.AnyTagClassName
{
color: #BDB60C;
}
</style>
background-color css
<style>
a { background-color: #BDB60C; }
a { background-color: rgb(189,182,12); }
div.DivClassName
{
background-color: #BDB60C;
}
.BgClassName
{
background-color: #BDB60C;
}
</style>
border-color css
<style>
span { border-color: #BDB60C; }
span { border-color: rgb(189,182,12); }
td.TdClassName
{
border-color: #BDB60C;
}
.TagClassName
{
border-color: #BDB60C;
}
</style>