Shades of La Rioja #BDB80C
Tints of La Rioja #BDB80C
RGB
CMYK
RGB Variations
Color information
#BDB80C (or 0xBDB80C) is known color: La Rioja. HEX triplet: BD, B8 and 0C. RGB value is (189,184,12). Sum of RGB (Red+Green+Blue) = 189+184+12=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80C is #4247F3. Grayscale: #A6A6A6. Windows color (decimal): -4343796 or 833725. OLE color: 833725.
HSL color Cylindrical-coordinate representation of color #BDB80C: hue angle of 58.31º 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 #BDB80C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.26 |
| HSL | 58.31º | 0.88% | 0.39% | - |
| HSV(B) | 58.31º | 0.94% | 0.74% | - |
| XYZ | 38.19 | 45.13 | 7.05 | - |
| YUV | 165.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 12 | 0 | 0.03 | 0.94 | 0.26 | 58.31 | 0.88 | 0.39 |
| Hex | BD | B8 | C | 0 | 3 | 5E | 1A | 3A | 58 | 27 |
| Octal | 275 | 270 | 14 | 0 | 3 | 136 | 32 | 72 | 130 | 47 |
| Binary | 10111101 | 10111000 | 1100 | 0 | 11 | 1011110 | 11010 | 111010 | 1011000 | 100111 |
Color Harmonies of #BDB80C
Complementary color
Monochromatic Colors of #BDB80C
Black with #BDB80C
Text Example
Text Example
White with #BDB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB80C; }
p { color: rgb(189,184,12); }
H1.HeaderClassName
{
color: #BDB80C;
}
.AnyTagClassName
{
color: #BDB80C;
}
</style>
background-color css
<style>
a { background-color: #BDB80C; }
a { background-color: rgb(189,184,12); }
div.DivClassName
{
background-color: #BDB80C;
}
.BgClassName
{
background-color: #BDB80C;
}
</style>
border-color css
<style>
span { border-color: #BDB80C; }
span { border-color: rgb(189,184,12); }
td.TdClassName
{
border-color: #BDB80C;
}
.TagClassName
{
border-color: #BDB80C;
}
</style>