Shades of La Rioja #BDBC14
Tints of La Rioja #BDBC14
RGB
CMYK
RGB Variations
Color information
#BDBC14 (or 0xBDBC14) is known color: La Rioja. HEX triplet: BD, BC and 14. RGB value is (189,188,20). Sum of RGB (Red+Green+Blue) = 189+188+20=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC14 is #4243EB. Grayscale: #A9A9A9. Windows color (decimal): -4342764 or 1359037. OLE color: 1359037.
HSL color Cylindrical-coordinate representation of color #BDBC14: hue angle of 59.64º degrees, saturation: 0.81, 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 #BDBC14 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 20 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.26 |
| HSL | 59.64º | 0.81% | 0.41% | - |
| HSV(B) | 59.64º | 0.89% | 0.74% | - |
| XYZ | 39.1 | 46.84 | 7.64 | - |
| YUV | 169.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 20 | 0 | 0.01 | 0.89 | 0.26 | 59.64 | 0.81 | 0.41 |
| Hex | BD | BC | 14 | 0 | 1 | 59 | 1A | 3C | 51 | 29 |
| Octal | 275 | 274 | 24 | 0 | 1 | 131 | 32 | 74 | 121 | 51 |
| Binary | 10111101 | 10111100 | 10100 | 0 | 1 | 1011001 | 11010 | 111100 | 1010001 | 101001 |
Color Harmonies of #BDBC14
Complementary color
Monochromatic Colors of #BDBC14
Black with #BDBC14
Text Example
Text Example
White with #BDBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC14; }
p { color: rgb(189,188,20); }
H1.HeaderClassName
{
color: #BDBC14;
}
.AnyTagClassName
{
color: #BDBC14;
}
</style>
background-color css
<style>
a { background-color: #BDBC14; }
a { background-color: rgb(189,188,20); }
div.DivClassName
{
background-color: #BDBC14;
}
.BgClassName
{
background-color: #BDBC14;
}
</style>
border-color css
<style>
span { border-color: #BDBC14; }
span { border-color: rgb(189,188,20); }
td.TdClassName
{
border-color: #BDBC14;
}
.TagClassName
{
border-color: #BDBC14;
}
</style>