Shades of La Rioja #BDB81D
Tints of La Rioja #BDB81D
RGB
CMYK
RGB Variations
Color information
#BDB81D (or 0xBDB81D) is known color: La Rioja. HEX triplet: BD, B8 and 1D. RGB value is (189,184,29). Sum of RGB (Red+Green+Blue) = 189+184+29=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB81D is #4247E2. Grayscale: #A8A8A8. Windows color (decimal): -4343779 or 1947837. OLE color: 1947837.
HSL color Cylindrical-coordinate representation of color #BDB81D: hue angle of 58.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDB81D is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 29 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.26 |
| HSL | 58.13º | 0.73% | 0.43% | - |
| HSV(B) | 58.13º | 0.85% | 0.74% | - |
| XYZ | 38.35 | 45.19 | 7.86 | - |
| YUV | 167.83 | 49.66 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 29 | 0 | 0.03 | 0.85 | 0.26 | 58.13 | 0.73 | 0.43 |
| Hex | BD | B8 | 1D | 0 | 3 | 55 | 1A | 3A | 49 | 2B |
| Octal | 275 | 270 | 35 | 0 | 3 | 125 | 32 | 72 | 111 | 53 |
| Binary | 10111101 | 10111000 | 11101 | 0 | 11 | 1010101 | 11010 | 111010 | 1001001 | 101011 |
Color Harmonies of #BDB81D
Complementary color
Monochromatic Colors of #BDB81D
Black with #BDB81D
Text Example
Text Example
White with #BDB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB81D; }
p { color: rgb(189,184,29); }
H1.HeaderClassName
{
color: #BDB81D;
}
.AnyTagClassName
{
color: #BDB81D;
}
</style>
background-color css
<style>
a { background-color: #BDB81D; }
a { background-color: rgb(189,184,29); }
div.DivClassName
{
background-color: #BDB81D;
}
.BgClassName
{
background-color: #BDB81D;
}
</style>
border-color css
<style>
span { border-color: #BDB81D; }
span { border-color: rgb(189,184,29); }
td.TdClassName
{
border-color: #BDB81D;
}
.TagClassName
{
border-color: #BDB81D;
}
</style>