Shades of La Rioja #BDAF0F
Tints of La Rioja #BDAF0F
RGB
CMYK
RGB Variations
Color information
#BDAF0F (or 0xBDAF0F) is known color: La Rioja. HEX triplet: BD, AF and 0F. RGB value is (189,175,15). Sum of RGB (Red+Green+Blue) = 189+175+15=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0F is #4250F0. Grayscale: #A1A1A1. Windows color (decimal): -4346097 or 1028029. OLE color: 1028029.
HSL color Cylindrical-coordinate representation of color #BDAF0F: hue angle of 55.17º 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 #BDAF0F is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 15 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.26 |
| HSL | 55.17º | 0.85% | 0.4% | - |
| HSV(B) | 55.17º | 0.92% | 0.74% | - |
| XYZ | 36.4 | 41.51 | 6.55 | - |
| YUV | 160.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 15 | 0 | 0.07 | 0.92 | 0.26 | 55.17 | 0.85 | 0.4 |
| Hex | BD | AF | F | 0 | 7 | 5C | 1A | 37 | 55 | 28 |
| Octal | 275 | 257 | 17 | 0 | 7 | 134 | 32 | 67 | 125 | 50 |
| Binary | 10111101 | 10101111 | 1111 | 0 | 111 | 1011100 | 11010 | 110111 | 1010101 | 101000 |
Color Harmonies of #BDAF0F
Complementary color
Monochromatic Colors of #BDAF0F
Black with #BDAF0F
Text Example
Text Example
White with #BDAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF0F; }
p { color: rgb(189,175,15); }
H1.HeaderClassName
{
color: #BDAF0F;
}
.AnyTagClassName
{
color: #BDAF0F;
}
</style>
background-color css
<style>
a { background-color: #BDAF0F; }
a { background-color: rgb(189,175,15); }
div.DivClassName
{
background-color: #BDAF0F;
}
.BgClassName
{
background-color: #BDAF0F;
}
</style>
border-color css
<style>
span { border-color: #BDAF0F; }
span { border-color: rgb(189,175,15); }
td.TdClassName
{
border-color: #BDAF0F;
}
.TagClassName
{
border-color: #BDAF0F;
}
</style>