Shades of La Rioja #BDBB11
Tints of La Rioja #BDBB11
RGB
CMYK
RGB Variations
Color information
#BDBB11 (or 0xBDBB11) is known color: La Rioja. HEX triplet: BD, BB and 11. RGB value is (189,187,17). Sum of RGB (Red+Green+Blue) = 189+187+17=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB11 is #4244EE. Grayscale: #A8A8A8. Windows color (decimal): -4343023 or 1162173. OLE color: 1162173.
HSL color Cylindrical-coordinate representation of color #BDBB11: hue angle of 59.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDBB11 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 17 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.26 |
| HSL | 59.3º | 0.83% | 0.4% | - |
| HSV(B) | 59.3º | 0.91% | 0.74% | - |
| XYZ | 38.86 | 46.4 | 7.44 | - |
| YUV | 168.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 17 | 0 | 0.01 | 0.91 | 0.26 | 59.3 | 0.83 | 0.4 |
| Hex | BD | BB | 11 | 0 | 1 | 5B | 1A | 3B | 53 | 28 |
| Octal | 275 | 273 | 21 | 0 | 1 | 133 | 32 | 73 | 123 | 50 |
| Binary | 10111101 | 10111011 | 10001 | 0 | 1 | 1011011 | 11010 | 111011 | 1010011 | 101000 |
Color Harmonies of #BDBB11
Complementary color
Monochromatic Colors of #BDBB11
Black with #BDBB11
Text Example
Text Example
White with #BDBB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB11; }
p { color: rgb(189,187,17); }
H1.HeaderClassName
{
color: #BDBB11;
}
.AnyTagClassName
{
color: #BDBB11;
}
</style>
background-color css
<style>
a { background-color: #BDBB11; }
a { background-color: rgb(189,187,17); }
div.DivClassName
{
background-color: #BDBB11;
}
.BgClassName
{
background-color: #BDBB11;
}
</style>
border-color css
<style>
span { border-color: #BDBB11; }
span { border-color: rgb(189,187,17); }
td.TdClassName
{
border-color: #BDBB11;
}
.TagClassName
{
border-color: #BDBB11;
}
</style>