Shades of La Rioja #BDB80D
Tints of La Rioja #BDB80D
RGB
CMYK
RGB Variations
Color information
#BDB80D (or 0xBDB80D) is known color: La Rioja. HEX triplet: BD, B8 and 0D. RGB value is (189,184,13). Sum of RGB (Red+Green+Blue) = 189+184+13=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB80D is #4247F2. Grayscale: #A6A6A6. Windows color (decimal): -4343795 or 899261. OLE color: 899261.
HSL color Cylindrical-coordinate representation of color #BDB80D: hue angle of 58.3º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDB80D is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 13 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.26 |
| HSL | 58.3º | 0.87% | 0.4% | - |
| HSV(B) | 58.3º | 0.93% | 0.74% | - |
| XYZ | 38.2 | 45.13 | 7.08 | - |
| YUV | 166 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 13 | 0 | 0.03 | 0.93 | 0.26 | 58.3 | 0.87 | 0.4 |
| Hex | BD | B8 | D | 0 | 3 | 5D | 1A | 3A | 57 | 28 |
| Octal | 275 | 270 | 15 | 0 | 3 | 135 | 32 | 72 | 127 | 50 |
| Binary | 10111101 | 10111000 | 1101 | 0 | 11 | 1011101 | 11010 | 111010 | 1010111 | 101000 |
Color Harmonies of #BDB80D
Complementary color
Monochromatic Colors of #BDB80D
Black with #BDB80D
Text Example
Text Example
White with #BDB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB80D; }
p { color: rgb(189,184,13); }
H1.HeaderClassName
{
color: #BDB80D;
}
.AnyTagClassName
{
color: #BDB80D;
}
</style>
background-color css
<style>
a { background-color: #BDB80D; }
a { background-color: rgb(189,184,13); }
div.DivClassName
{
background-color: #BDB80D;
}
.BgClassName
{
background-color: #BDB80D;
}
</style>
border-color css
<style>
span { border-color: #BDB80D; }
span { border-color: rgb(189,184,13); }
td.TdClassName
{
border-color: #BDB80D;
}
.TagClassName
{
border-color: #BDB80D;
}
</style>