Shades of La Rioja #BDB81C
Tints of La Rioja #BDB81C
RGB
CMYK
RGB Variations
Color information
#BDB81C (or 0xBDB81C) is known color: La Rioja. HEX triplet: BD, B8 and 1C. RGB value is (189,184,28). Sum of RGB (Red+Green+Blue) = 189+184+28=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB81C is #4247E3. Grayscale: #A8A8A8. Windows color (decimal): -4343780 or 1882301. OLE color: 1882301.
HSL color Cylindrical-coordinate representation of color #BDB81C: hue angle of 58.14º degrees, saturation: 0.74, 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 #BDB81C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 28 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.26 |
| HSL | 58.14º | 0.74% | 0.43% | - |
| HSV(B) | 58.14º | 0.85% | 0.74% | - |
| XYZ | 38.34 | 45.18 | 7.8 | - |
| YUV | 167.71 | 49.16 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 28 | 0 | 0.03 | 0.85 | 0.26 | 58.14 | 0.74 | 0.43 |
| Hex | BD | B8 | 1C | 0 | 3 | 55 | 1A | 3A | 4A | 2B |
| Octal | 275 | 270 | 34 | 0 | 3 | 125 | 32 | 72 | 112 | 53 |
| Binary | 10111101 | 10111000 | 11100 | 0 | 11 | 1010101 | 11010 | 111010 | 1001010 | 101011 |
Color Harmonies of #BDB81C
Complementary color
Monochromatic Colors of #BDB81C
Black with #BDB81C
Text Example
Text Example
White with #BDB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB81C; }
p { color: rgb(189,184,28); }
H1.HeaderClassName
{
color: #BDB81C;
}
.AnyTagClassName
{
color: #BDB81C;
}
</style>
background-color css
<style>
a { background-color: #BDB81C; }
a { background-color: rgb(189,184,28); }
div.DivClassName
{
background-color: #BDB81C;
}
.BgClassName
{
background-color: #BDB81C;
}
</style>
border-color css
<style>
span { border-color: #BDB81C; }
span { border-color: rgb(189,184,28); }
td.TdClassName
{
border-color: #BDB81C;
}
.TagClassName
{
border-color: #BDB81C;
}
</style>