Shades of La Rioja #BDB615
Tints of La Rioja #BDB615
RGB
CMYK
RGB Variations
Color information
#BDB615 (or 0xBDB615) is known color: La Rioja. HEX triplet: BD, B6 and 15. RGB value is (189,182,21). Sum of RGB (Red+Green+Blue) = 189+182+21=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB615 is #4249EA. Grayscale: #A6A6A6. Windows color (decimal): -4344299 or 1423037. OLE color: 1423037.
HSL color Cylindrical-coordinate representation of color #BDB615: hue angle of 57.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDB615 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 21 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.26 |
| HSL | 57.5º | 0.8% | 0.41% | - |
| HSV(B) | 57.5º | 0.89% | 0.74% | - |
| XYZ | 37.85 | 44.33 | 7.27 | - |
| YUV | 165.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 21 | 0 | 0.04 | 0.89 | 0.26 | 57.5 | 0.8 | 0.41 |
| Hex | BD | B6 | 15 | 0 | 4 | 59 | 1A | 3A | 50 | 29 |
| Octal | 275 | 266 | 25 | 0 | 4 | 131 | 32 | 72 | 120 | 51 |
| Binary | 10111101 | 10110110 | 10101 | 0 | 100 | 1011001 | 11010 | 111010 | 1010000 | 101001 |
Color Harmonies of #BDB615
Complementary color
Monochromatic Colors of #BDB615
Black with #BDB615
Text Example
Text Example
White with #BDB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB615; }
p { color: rgb(189,182,21); }
H1.HeaderClassName
{
color: #BDB615;
}
.AnyTagClassName
{
color: #BDB615;
}
</style>
background-color css
<style>
a { background-color: #BDB615; }
a { background-color: rgb(189,182,21); }
div.DivClassName
{
background-color: #BDB615;
}
.BgClassName
{
background-color: #BDB615;
}
</style>
border-color css
<style>
span { border-color: #BDB615; }
span { border-color: rgb(189,182,21); }
td.TdClassName
{
border-color: #BDB615;
}
.TagClassName
{
border-color: #BDB615;
}
</style>