Shades of La Rioja #BDB103
Tints of La Rioja #BDB103
RGB
CMYK
RGB Variations
Color information
#BDB103 (or 0xBDB103) is known color: La Rioja. HEX triplet: BD, B1 and 03. RGB value is (189,177,3). Sum of RGB (Red+Green+Blue) = 189+177+3=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB103 is #424EFC. Grayscale: #A1A1A1. Windows color (decimal): -4345597 or 242109. OLE color: 242109.
HSL color Cylindrical-coordinate representation of color #BDB103: hue angle of 56.13º 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 #BDB103 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.26 |
| HSL | 56.13º | 0.97% | 0.38% | - |
| HSV(B) | 56.13º | 0.98% | 0.74% | - |
| XYZ | 36.72 | 42.27 | 6.31 | - |
| YUV | 160.75 | 38.98 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 3 | 0 | 0.06 | 0.98 | 0.26 | 56.13 | 0.97 | 0.38 |
| Hex | BD | B1 | 3 | 0 | 6 | 62 | 1A | 38 | 61 | 26 |
| Octal | 275 | 261 | 3 | 0 | 6 | 142 | 32 | 70 | 141 | 46 |
| Binary | 10111101 | 10110001 | 11 | 0 | 110 | 1100010 | 11010 | 111000 | 1100001 | 100110 |
Color Harmonies of #BDB103
Complementary color
Monochromatic Colors of #BDB103
Black with #BDB103
Text Example
Text Example
White with #BDB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB103; }
p { color: rgb(189,177,3); }
H1.HeaderClassName
{
color: #BDB103;
}
.AnyTagClassName
{
color: #BDB103;
}
</style>
background-color css
<style>
a { background-color: #BDB103; }
a { background-color: rgb(189,177,3); }
div.DivClassName
{
background-color: #BDB103;
}
.BgClassName
{
background-color: #BDB103;
}
</style>
border-color css
<style>
span { border-color: #BDB103; }
span { border-color: rgb(189,177,3); }
td.TdClassName
{
border-color: #BDB103;
}
.TagClassName
{
border-color: #BDB103;
}
</style>