Shades of La Rioja #BDB213
Tints of La Rioja #BDB213
RGB
CMYK
RGB Variations
Color information
#BDB213 (or 0xBDB213) is known color: La Rioja. HEX triplet: BD, B2 and 13. RGB value is (189,178,19). Sum of RGB (Red+Green+Blue) = 189+178+19=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB213 is #424DEC. Grayscale: #A3A3A3. Windows color (decimal): -4345325 or 1290941. OLE color: 1290941.
HSL color Cylindrical-coordinate representation of color #BDB213: hue angle of 56.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDB213 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 19 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.26 |
| HSL | 56.12º | 0.82% | 0.41% | - |
| HSV(B) | 56.12º | 0.9% | 0.74% | - |
| XYZ | 37.02 | 42.71 | 6.91 | - |
| YUV | 163.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 19 | 0 | 0.06 | 0.90 | 0.26 | 56.12 | 0.82 | 0.41 |
| Hex | BD | B2 | 13 | 0 | 6 | 5A | 1A | 38 | 52 | 29 |
| Octal | 275 | 262 | 23 | 0 | 6 | 132 | 32 | 70 | 122 | 51 |
| Binary | 10111101 | 10110010 | 10011 | 0 | 110 | 1011010 | 11010 | 111000 | 1010010 | 101001 |
Color Harmonies of #BDB213
Complementary color
Monochromatic Colors of #BDB213
Black with #BDB213
Text Example
Text Example
White with #BDB213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB213; }
p { color: rgb(189,178,19); }
H1.HeaderClassName
{
color: #BDB213;
}
.AnyTagClassName
{
color: #BDB213;
}
</style>
background-color css
<style>
a { background-color: #BDB213; }
a { background-color: rgb(189,178,19); }
div.DivClassName
{
background-color: #BDB213;
}
.BgClassName
{
background-color: #BDB213;
}
</style>
border-color css
<style>
span { border-color: #BDB213; }
span { border-color: rgb(189,178,19); }
td.TdClassName
{
border-color: #BDB213;
}
.TagClassName
{
border-color: #BDB213;
}
</style>