Shades of La Rioja #BDB701
Tints of La Rioja #BDB701
RGB
CMYK
RGB Variations
Color information
#BDB701 (or 0xBDB701) is known color: La Rioja. HEX triplet: BD, B7 and 01. RGB value is (189,183,1). Sum of RGB (Red+Green+Blue) = 189+183+1=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB701 is #4248FE. Grayscale: #A4A4A4. Windows color (decimal): -4344063 or 112573. OLE color: 112573.
HSL color Cylindrical-coordinate representation of color #BDB701: hue angle of 58.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDB701 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.26 |
| HSL | 58.09º | 0.99% | 0.37% | - |
| HSV(B) | 58.09º | 0.99% | 0.74% | - |
| XYZ | 37.93 | 44.69 | 6.66 | - |
| YUV | 164.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 1 | 0 | 0.03 | 0.99 | 0.26 | 58.09 | 0.99 | 0.37 |
| Hex | BD | B7 | 1 | 0 | 3 | 63 | 1A | 3A | 63 | 25 |
| Octal | 275 | 267 | 1 | 0 | 3 | 143 | 32 | 72 | 143 | 45 |
| Binary | 10111101 | 10110111 | 1 | 0 | 11 | 1100011 | 11010 | 111010 | 1100011 | 100101 |
Color Harmonies of #BDB701
Complementary color
Monochromatic Colors of #BDB701
Black with #BDB701
Text Example
Text Example
White with #BDB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB701; }
p { color: rgb(189,183,1); }
H1.HeaderClassName
{
color: #BDB701;
}
.AnyTagClassName
{
color: #BDB701;
}
</style>
background-color css
<style>
a { background-color: #BDB701; }
a { background-color: rgb(189,183,1); }
div.DivClassName
{
background-color: #BDB701;
}
.BgClassName
{
background-color: #BDB701;
}
</style>
border-color css
<style>
span { border-color: #BDB701; }
span { border-color: rgb(189,183,1); }
td.TdClassName
{
border-color: #BDB701;
}
.TagClassName
{
border-color: #BDB701;
}
</style>