Shades of La Rioja #BDB60B
Tints of La Rioja #BDB60B
RGB
CMYK
RGB Variations
Color information
#BDB60B (or 0xBDB60B) is known color: La Rioja. HEX triplet: BD, B6 and 0B. RGB value is (189,182,11). Sum of RGB (Red+Green+Blue) = 189+182+11=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60B is #4249F4. Grayscale: #A5A5A5. Windows color (decimal): -4344309 or 767677. OLE color: 767677.
HSL color Cylindrical-coordinate representation of color #BDB60B: hue angle of 57.64º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDB60B is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 11 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.26 |
| HSL | 57.64º | 0.89% | 0.39% | - |
| HSV(B) | 57.64º | 0.94% | 0.74% | - |
| XYZ | 37.77 | 44.3 | 6.88 | - |
| YUV | 164.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 11 | 0 | 0.04 | 0.94 | 0.26 | 57.64 | 0.89 | 0.39 |
| Hex | BD | B6 | B | 0 | 4 | 5E | 1A | 3A | 59 | 27 |
| Octal | 275 | 266 | 13 | 0 | 4 | 136 | 32 | 72 | 131 | 47 |
| Binary | 10111101 | 10110110 | 1011 | 0 | 100 | 1011110 | 11010 | 111010 | 1011001 | 100111 |
Color Harmonies of #BDB60B
Complementary color
Monochromatic Colors of #BDB60B
Black with #BDB60B
Text Example
Text Example
White with #BDB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB60B; }
p { color: rgb(189,182,11); }
H1.HeaderClassName
{
color: #BDB60B;
}
.AnyTagClassName
{
color: #BDB60B;
}
</style>
background-color css
<style>
a { background-color: #BDB60B; }
a { background-color: rgb(189,182,11); }
div.DivClassName
{
background-color: #BDB60B;
}
.BgClassName
{
background-color: #BDB60B;
}
</style>
border-color css
<style>
span { border-color: #BDB60B; }
span { border-color: rgb(189,182,11); }
td.TdClassName
{
border-color: #BDB60B;
}
.TagClassName
{
border-color: #BDB60B;
}
</style>