Shades of La Rioja #BDB802
Tints of La Rioja #BDB802
RGB
CMYK
RGB Variations
Color information
#BDB802 (or 0xBDB802) is known color: La Rioja. HEX triplet: BD, B8 and 02. RGB value is (189,184,2). Sum of RGB (Red+Green+Blue) = 189+184+2=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB802 is #4247FD. Grayscale: #A5A5A5. Windows color (decimal): -4343806 or 178365. OLE color: 178365.
HSL color Cylindrical-coordinate representation of color #BDB802: hue angle of 58.4º degrees, saturation: 0.98, 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 #BDB802 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.26 |
| HSL | 58.4º | 0.98% | 0.37% | - |
| HSV(B) | 58.4º | 0.99% | 0.74% | - |
| XYZ | 38.14 | 45.1 | 6.75 | - |
| YUV | 164.75 | 36.16 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 2 | 0 | 0.03 | 0.99 | 0.26 | 58.4 | 0.98 | 0.37 |
| Hex | BD | B8 | 2 | 0 | 3 | 63 | 1A | 3A | 62 | 25 |
| Octal | 275 | 270 | 2 | 0 | 3 | 143 | 32 | 72 | 142 | 45 |
| Binary | 10111101 | 10111000 | 10 | 0 | 11 | 1100011 | 11010 | 111010 | 1100010 | 100101 |
Color Harmonies of #BDB802
Complementary color
Monochromatic Colors of #BDB802
Black with #BDB802
Text Example
Text Example
White with #BDB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB802; }
p { color: rgb(189,184,2); }
H1.HeaderClassName
{
color: #BDB802;
}
.AnyTagClassName
{
color: #BDB802;
}
</style>
background-color css
<style>
a { background-color: #BDB802; }
a { background-color: rgb(189,184,2); }
div.DivClassName
{
background-color: #BDB802;
}
.BgClassName
{
background-color: #BDB802;
}
</style>
border-color css
<style>
span { border-color: #BDB802; }
span { border-color: rgb(189,184,2); }
td.TdClassName
{
border-color: #BDB802;
}
.TagClassName
{
border-color: #BDB802;
}
</style>