Shades of La Rioja #BDB505
Tints of La Rioja #BDB505
RGB
CMYK
RGB Variations
Color information
#BDB505 (or 0xBDB505) is known color: La Rioja. HEX triplet: BD, B5 and 05. RGB value is (189,181,5). Sum of RGB (Red+Green+Blue) = 189+181+5=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB505 is #424AFA. Grayscale: #A4A4A4. Windows color (decimal): -4344571 or 374205. OLE color: 374205.
HSL color Cylindrical-coordinate representation of color #BDB505: hue angle of 57.39º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB505 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 5 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.26 |
| HSL | 57.39º | 0.95% | 0.38% | - |
| HSV(B) | 57.39º | 0.97% | 0.74% | - |
| XYZ | 37.54 | 43.88 | 6.63 | - |
| YUV | 163.33 | 38.65 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 5 | 0 | 0.04 | 0.97 | 0.26 | 57.39 | 0.95 | 0.38 |
| Hex | BD | B5 | 5 | 0 | 4 | 61 | 1A | 39 | 5F | 26 |
| Octal | 275 | 265 | 5 | 0 | 4 | 141 | 32 | 71 | 137 | 46 |
| Binary | 10111101 | 10110101 | 101 | 0 | 100 | 1100001 | 11010 | 111001 | 1011111 | 100110 |
Color Harmonies of #BDB505
Complementary color
Monochromatic Colors of #BDB505
Black with #BDB505
Text Example
Text Example
White with #BDB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB505; }
p { color: rgb(189,181,5); }
H1.HeaderClassName
{
color: #BDB505;
}
.AnyTagClassName
{
color: #BDB505;
}
</style>
background-color css
<style>
a { background-color: #BDB505; }
a { background-color: rgb(189,181,5); }
div.DivClassName
{
background-color: #BDB505;
}
.BgClassName
{
background-color: #BDB505;
}
</style>
border-color css
<style>
span { border-color: #BDB505; }
span { border-color: rgb(189,181,5); }
td.TdClassName
{
border-color: #BDB505;
}
.TagClassName
{
border-color: #BDB505;
}
</style>