Shades of La Rioja #BDB71C
Tints of La Rioja #BDB71C
RGB
CMYK
RGB Variations
Color information
#BDB71C (or 0xBDB71C) is known color: La Rioja. HEX triplet: BD, B7 and 1C. RGB value is (189,183,28). Sum of RGB (Red+Green+Blue) = 189+183+28=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB71C is #4248E3. Grayscale: #A7A7A7. Windows color (decimal): -4344036 or 1882045. OLE color: 1882045.
HSL color Cylindrical-coordinate representation of color #BDB71C: hue angle of 57.76º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDB71C is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 28 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.26 |
| HSL | 57.76º | 0.74% | 0.43% | - |
| HSV(B) | 57.76º | 0.85% | 0.74% | - |
| XYZ | 38.13 | 44.77 | 7.73 | - |
| YUV | 167.12 | 49.49 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 28 | 0 | 0.03 | 0.85 | 0.26 | 57.76 | 0.74 | 0.43 |
| Hex | BD | B7 | 1C | 0 | 3 | 55 | 1A | 3A | 4A | 2B |
| Octal | 275 | 267 | 34 | 0 | 3 | 125 | 32 | 72 | 112 | 53 |
| Binary | 10111101 | 10110111 | 11100 | 0 | 11 | 1010101 | 11010 | 111010 | 1001010 | 101011 |
Color Harmonies of #BDB71C
Complementary color
Monochromatic Colors of #BDB71C
Black with #BDB71C
Text Example
Text Example
White with #BDB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB71C; }
p { color: rgb(189,183,28); }
H1.HeaderClassName
{
color: #BDB71C;
}
.AnyTagClassName
{
color: #BDB71C;
}
</style>
background-color css
<style>
a { background-color: #BDB71C; }
a { background-color: rgb(189,183,28); }
div.DivClassName
{
background-color: #BDB71C;
}
.BgClassName
{
background-color: #BDB71C;
}
</style>
border-color css
<style>
span { border-color: #BDB71C; }
span { border-color: rgb(189,183,28); }
td.TdClassName
{
border-color: #BDB71C;
}
.TagClassName
{
border-color: #BDB71C;
}
</style>