Shades of La Rioja #BDB60F
Tints of La Rioja #BDB60F
RGB
CMYK
RGB Variations
Color information
#BDB60F (or 0xBDB60F) is known color: La Rioja. HEX triplet: BD, B6 and 0F. RGB value is (189,182,15). Sum of RGB (Red+Green+Blue) = 189+182+15=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60F is #4249F0. Grayscale: #A5A5A5. Windows color (decimal): -4344305 or 1029821. OLE color: 1029821.
HSL color Cylindrical-coordinate representation of color #BDB60F: hue angle of 57.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDB60F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.26 |
| HSL | 57.59º | 0.85% | 0.4% | - |
| HSV(B) | 57.59º | 0.92% | 0.74% | - |
| XYZ | 37.8 | 44.31 | 7.01 | - |
| YUV | 165.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 15 | 0 | 0.04 | 0.92 | 0.26 | 57.59 | 0.85 | 0.4 |
| Hex | BD | B6 | F | 0 | 4 | 5C | 1A | 3A | 55 | 28 |
| Octal | 275 | 266 | 17 | 0 | 4 | 134 | 32 | 72 | 125 | 50 |
| Binary | 10111101 | 10110110 | 1111 | 0 | 100 | 1011100 | 11010 | 111010 | 1010101 | 101000 |
Color Harmonies of #BDB60F
Complementary color
Monochromatic Colors of #BDB60F
Black with #BDB60F
Text Example
Text Example
White with #BDB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB60F; }
p { color: rgb(189,182,15); }
H1.HeaderClassName
{
color: #BDB60F;
}
.AnyTagClassName
{
color: #BDB60F;
}
</style>
background-color css
<style>
a { background-color: #BDB60F; }
a { background-color: rgb(189,182,15); }
div.DivClassName
{
background-color: #BDB60F;
}
.BgClassName
{
background-color: #BDB60F;
}
</style>
border-color css
<style>
span { border-color: #BDB60F; }
span { border-color: rgb(189,182,15); }
td.TdClassName
{
border-color: #BDB60F;
}
.TagClassName
{
border-color: #BDB60F;
}
</style>