Shades of La Rioja #BDB70B
Tints of La Rioja #BDB70B
RGB
CMYK
RGB Variations
Color information
#BDB70B (or 0xBDB70B) is known color: La Rioja. HEX triplet: BD, B7 and 0B. RGB value is (189,183,11). Sum of RGB (Red+Green+Blue) = 189+183+11=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB70B is #4248F4. Grayscale: #A5A5A5. Windows color (decimal): -4344053 or 767933. OLE color: 767933.
HSL color Cylindrical-coordinate representation of color #BDB70B: hue angle of 57.98º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB70B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 11 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.26 |
| HSL | 57.98º | 0.89% | 0.39% | - |
| HSV(B) | 57.98º | 0.94% | 0.74% | - |
| XYZ | 37.98 | 44.71 | 6.94 | - |
| YUV | 165.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 11 | 0 | 0.03 | 0.94 | 0.26 | 57.98 | 0.89 | 0.39 |
| Hex | BD | B7 | B | 0 | 3 | 5E | 1A | 3A | 59 | 27 |
| Octal | 275 | 267 | 13 | 0 | 3 | 136 | 32 | 72 | 131 | 47 |
| Binary | 10111101 | 10110111 | 1011 | 0 | 11 | 1011110 | 11010 | 111010 | 1011001 | 100111 |
Color Harmonies of #BDB70B
Complementary color
Monochromatic Colors of #BDB70B
Black with #BDB70B
Text Example
Text Example
White with #BDB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB70B; }
p { color: rgb(189,183,11); }
H1.HeaderClassName
{
color: #BDB70B;
}
.AnyTagClassName
{
color: #BDB70B;
}
</style>
background-color css
<style>
a { background-color: #BDB70B; }
a { background-color: rgb(189,183,11); }
div.DivClassName
{
background-color: #BDB70B;
}
.BgClassName
{
background-color: #BDB70B;
}
</style>
border-color css
<style>
span { border-color: #BDB70B; }
span { border-color: rgb(189,183,11); }
td.TdClassName
{
border-color: #BDB70B;
}
.TagClassName
{
border-color: #BDB70B;
}
</style>