Shades of La Rioja #BDBC0D
Tints of La Rioja #BDBC0D
RGB
CMYK
RGB Variations
Color information
#BDBC0D (or 0xBDBC0D) is known color: La Rioja. HEX triplet: BD, BC and 0D. RGB value is (189,188,13). Sum of RGB (Red+Green+Blue) = 189+188+13=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBC0D is #4243F2. Grayscale: #A9A9A9. Windows color (decimal): -4342771 or 900285. OLE color: 900285.
HSL color Cylindrical-coordinate representation of color #BDBC0D: hue angle of 59.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDBC0D is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 13 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.26 |
| HSL | 59.66º | 0.87% | 0.4% | - |
| HSV(B) | 59.66º | 0.93% | 0.74% | - |
| XYZ | 39.04 | 46.81 | 7.36 | - |
| YUV | 168.35 | 40.33 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 13 | 0 | 0.01 | 0.93 | 0.26 | 59.66 | 0.87 | 0.4 |
| Hex | BD | BC | D | 0 | 1 | 5D | 1A | 3C | 57 | 28 |
| Octal | 275 | 274 | 15 | 0 | 1 | 135 | 32 | 74 | 127 | 50 |
| Binary | 10111101 | 10111100 | 1101 | 0 | 1 | 1011101 | 11010 | 111100 | 1010111 | 101000 |
Color Harmonies of #BDBC0D
Complementary color
Monochromatic Colors of #BDBC0D
Black with #BDBC0D
Text Example
Text Example
White with #BDBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC0D; }
p { color: rgb(189,188,13); }
H1.HeaderClassName
{
color: #BDBC0D;
}
.AnyTagClassName
{
color: #BDBC0D;
}
</style>
background-color css
<style>
a { background-color: #BDBC0D; }
a { background-color: rgb(189,188,13); }
div.DivClassName
{
background-color: #BDBC0D;
}
.BgClassName
{
background-color: #BDBC0D;
}
</style>
border-color css
<style>
span { border-color: #BDBC0D; }
span { border-color: rgb(189,188,13); }
td.TdClassName
{
border-color: #BDBC0D;
}
.TagClassName
{
border-color: #BDBC0D;
}
</style>