Shades of La Rioja #BDB10C
Tints of La Rioja #BDB10C
RGB
CMYK
RGB Variations
Color information
#BDB10C (or 0xBDB10C) is known color: La Rioja. HEX triplet: BD, B1 and 0C. RGB value is (189,177,12). Sum of RGB (Red+Green+Blue) = 189+177+12=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB10C is #424EF3. Grayscale: #A2A2A2. Windows color (decimal): -4345588 or 831933. OLE color: 831933.
HSL color Cylindrical-coordinate representation of color #BDB10C: hue angle of 55.93º 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 #BDB10C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.26 |
| HSL | 55.93º | 0.88% | 0.39% | - |
| HSV(B) | 55.93º | 0.94% | 0.74% | - |
| XYZ | 36.77 | 42.29 | 6.57 | - |
| YUV | 161.78 | 43.48 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 12 | 0 | 0.06 | 0.94 | 0.26 | 55.93 | 0.88 | 0.39 |
| Hex | BD | B1 | C | 0 | 6 | 5E | 1A | 38 | 58 | 27 |
| Octal | 275 | 261 | 14 | 0 | 6 | 136 | 32 | 70 | 130 | 47 |
| Binary | 10111101 | 10110001 | 1100 | 0 | 110 | 1011110 | 11010 | 111000 | 1011000 | 100111 |
Color Harmonies of #BDB10C
Complementary color
Monochromatic Colors of #BDB10C
Black with #BDB10C
Text Example
Text Example
White with #BDB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB10C; }
p { color: rgb(189,177,12); }
H1.HeaderClassName
{
color: #BDB10C;
}
.AnyTagClassName
{
color: #BDB10C;
}
</style>
background-color css
<style>
a { background-color: #BDB10C; }
a { background-color: rgb(189,177,12); }
div.DivClassName
{
background-color: #BDB10C;
}
.BgClassName
{
background-color: #BDB10C;
}
</style>
border-color css
<style>
span { border-color: #BDB10C; }
span { border-color: rgb(189,177,12); }
td.TdClassName
{
border-color: #BDB10C;
}
.TagClassName
{
border-color: #BDB10C;
}
</style>