Shades of La Rioja #BDB603
Tints of La Rioja #BDB603
RGB
CMYK
RGB Variations
Color information
#BDB603 (or 0xBDB603) is known color: La Rioja. HEX triplet: BD, B6 and 03. RGB value is (189,182,3). Sum of RGB (Red+Green+Blue) = 189+182+3=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB603 is #4249FC. Grayscale: #A4A4A4. Windows color (decimal): -4344317 or 243389. OLE color: 243389.
HSL color Cylindrical-coordinate representation of color #BDB603: hue angle of 57.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDB603 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.26 |
| HSL | 57.74º | 0.97% | 0.38% | - |
| HSV(B) | 57.74º | 0.98% | 0.74% | - |
| XYZ | 37.73 | 44.28 | 6.64 | - |
| YUV | 163.69 | 37.32 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 3 | 0 | 0.04 | 0.98 | 0.26 | 57.74 | 0.97 | 0.38 |
| Hex | BD | B6 | 3 | 0 | 4 | 62 | 1A | 3A | 61 | 26 |
| Octal | 275 | 266 | 3 | 0 | 4 | 142 | 32 | 72 | 141 | 46 |
| Binary | 10111101 | 10110110 | 11 | 0 | 100 | 1100010 | 11010 | 111010 | 1100001 | 100110 |
Color Harmonies of #BDB603
Complementary color
Monochromatic Colors of #BDB603
Black with #BDB603
Text Example
Text Example
White with #BDB603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB603; }
p { color: rgb(189,182,3); }
H1.HeaderClassName
{
color: #BDB603;
}
.AnyTagClassName
{
color: #BDB603;
}
</style>
background-color css
<style>
a { background-color: #BDB603; }
a { background-color: rgb(189,182,3); }
div.DivClassName
{
background-color: #BDB603;
}
.BgClassName
{
background-color: #BDB603;
}
</style>
border-color css
<style>
span { border-color: #BDB603; }
span { border-color: rgb(189,182,3); }
td.TdClassName
{
border-color: #BDB603;
}
.TagClassName
{
border-color: #BDB603;
}
</style>