Shades of La Rioja #BDB91A
Tints of La Rioja #BDB91A
RGB
CMYK
RGB Variations
Color information
#BDB91A (or 0xBDB91A) is known color: La Rioja. HEX triplet: BD, B9 and 1A. RGB value is (189,185,26). Sum of RGB (Red+Green+Blue) = 189+185+26=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB91A is #4246E5. Grayscale: #A8A8A8. Windows color (decimal): -4343526 or 1751485. OLE color: 1751485.
HSL color Cylindrical-coordinate representation of color #BDB91A: hue angle of 58.53º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB91A is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 26 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.26 |
| HSL | 58.53º | 0.76% | 0.42% | - |
| HSV(B) | 58.53º | 0.86% | 0.74% | - |
| XYZ | 38.52 | 45.59 | 7.75 | - |
| YUV | 168.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 26 | 0 | 0.02 | 0.86 | 0.26 | 58.53 | 0.76 | 0.42 |
| Hex | BD | B9 | 1A | 0 | 2 | 56 | 1A | 3B | 4C | 2A |
| Octal | 275 | 271 | 32 | 0 | 2 | 126 | 32 | 73 | 114 | 52 |
| Binary | 10111101 | 10111001 | 11010 | 0 | 10 | 1010110 | 11010 | 111011 | 1001100 | 101010 |
Color Harmonies of #BDB91A
Complementary color
Monochromatic Colors of #BDB91A
Black with #BDB91A
Text Example
Text Example
White with #BDB91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB91A; }
p { color: rgb(189,185,26); }
H1.HeaderClassName
{
color: #BDB91A;
}
.AnyTagClassName
{
color: #BDB91A;
}
</style>
background-color css
<style>
a { background-color: #BDB91A; }
a { background-color: rgb(189,185,26); }
div.DivClassName
{
background-color: #BDB91A;
}
.BgClassName
{
background-color: #BDB91A;
}
</style>
border-color css
<style>
span { border-color: #BDB91A; }
span { border-color: rgb(189,185,26); }
td.TdClassName
{
border-color: #BDB91A;
}
.TagClassName
{
border-color: #BDB91A;
}
</style>