Shades of La Rioja #BDB00D
Tints of La Rioja #BDB00D
RGB
CMYK
RGB Variations
Color information
#BDB00D (or 0xBDB00D) is known color: La Rioja. HEX triplet: BD, B0 and 0D. RGB value is (189,176,13). Sum of RGB (Red+Green+Blue) = 189+176+13=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB00D is #424FF2. Grayscale: #A1A1A1. Windows color (decimal): -4345843 or 897213. OLE color: 897213.
HSL color Cylindrical-coordinate representation of color #BDB00D: hue angle of 55.57º 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 #BDB00D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 13 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.26 |
| HSL | 55.57º | 0.87% | 0.4% | - |
| HSV(B) | 55.57º | 0.93% | 0.74% | - |
| XYZ | 36.58 | 41.9 | 6.54 | - |
| YUV | 161.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 13 | 0 | 0.07 | 0.93 | 0.26 | 55.57 | 0.87 | 0.4 |
| Hex | BD | B0 | D | 0 | 7 | 5D | 1A | 38 | 57 | 28 |
| Octal | 275 | 260 | 15 | 0 | 7 | 135 | 32 | 70 | 127 | 50 |
| Binary | 10111101 | 10110000 | 1101 | 0 | 111 | 1011101 | 11010 | 111000 | 1010111 | 101000 |
Color Harmonies of #BDB00D
Complementary color
Monochromatic Colors of #BDB00D
Black with #BDB00D
Text Example
Text Example
White with #BDB00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB00D; }
p { color: rgb(189,176,13); }
H1.HeaderClassName
{
color: #BDB00D;
}
.AnyTagClassName
{
color: #BDB00D;
}
</style>
background-color css
<style>
a { background-color: #BDB00D; }
a { background-color: rgb(189,176,13); }
div.DivClassName
{
background-color: #BDB00D;
}
.BgClassName
{
background-color: #BDB00D;
}
</style>
border-color css
<style>
span { border-color: #BDB00D; }
span { border-color: rgb(189,176,13); }
td.TdClassName
{
border-color: #BDB00D;
}
.TagClassName
{
border-color: #BDB00D;
}
</style>