Shades of La Rioja #BDB30F
Tints of La Rioja #BDB30F
RGB
CMYK
RGB Variations
Color information
#BDB30F (or 0xBDB30F) is known color: La Rioja. HEX triplet: BD, B3 and 0F. RGB value is (189,179,15). Sum of RGB (Red+Green+Blue) = 189+179+15=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB30F is #424CF0. Grayscale: #A3A3A3. Windows color (decimal): -4345073 or 1029053. OLE color: 1029053.
HSL color Cylindrical-coordinate representation of color #BDB30F: hue angle of 56.55º 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 #BDB30F is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 15 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.26 |
| HSL | 56.55º | 0.85% | 0.4% | - |
| HSV(B) | 56.55º | 0.92% | 0.74% | - |
| XYZ | 37.19 | 43.09 | 6.81 | - |
| YUV | 163.29 | 44.31 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 15 | 0 | 0.05 | 0.92 | 0.26 | 56.55 | 0.85 | 0.4 |
| Hex | BD | B3 | F | 0 | 5 | 5C | 1A | 39 | 55 | 28 |
| Octal | 275 | 263 | 17 | 0 | 5 | 134 | 32 | 71 | 125 | 50 |
| Binary | 10111101 | 10110011 | 1111 | 0 | 101 | 1011100 | 11010 | 111001 | 1010101 | 101000 |
Color Harmonies of #BDB30F
Complementary color
Monochromatic Colors of #BDB30F
Black with #BDB30F
Text Example
Text Example
White with #BDB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB30F; }
p { color: rgb(189,179,15); }
H1.HeaderClassName
{
color: #BDB30F;
}
.AnyTagClassName
{
color: #BDB30F;
}
</style>
background-color css
<style>
a { background-color: #BDB30F; }
a { background-color: rgb(189,179,15); }
div.DivClassName
{
background-color: #BDB30F;
}
.BgClassName
{
background-color: #BDB30F;
}
</style>
border-color css
<style>
span { border-color: #BDB30F; }
span { border-color: rgb(189,179,15); }
td.TdClassName
{
border-color: #BDB30F;
}
.TagClassName
{
border-color: #BDB30F;
}
</style>