Shades of La Rioja #BDBB12
Tints of La Rioja #BDBB12
RGB
CMYK
RGB Variations
Color information
#BDBB12 (or 0xBDBB12) is known color: La Rioja. HEX triplet: BD, BB and 12. RGB value is (189,187,18). Sum of RGB (Red+Green+Blue) = 189+187+18=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB12 is #4244ED. Grayscale: #A9A9A9. Windows color (decimal): -4343022 or 1227709. OLE color: 1227709.
HSL color Cylindrical-coordinate representation of color #BDBB12: hue angle of 59.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDBB12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 18 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.26 |
| HSL | 59.3º | 0.83% | 0.41% | - |
| HSV(B) | 59.3º | 0.9% | 0.74% | - |
| XYZ | 38.87 | 46.4 | 7.48 | - |
| YUV | 168.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 18 | 0 | 0.01 | 0.90 | 0.26 | 59.3 | 0.83 | 0.41 |
| Hex | BD | BB | 12 | 0 | 1 | 5A | 1A | 3B | 53 | 29 |
| Octal | 275 | 273 | 22 | 0 | 1 | 132 | 32 | 73 | 123 | 51 |
| Binary | 10111101 | 10111011 | 10010 | 0 | 1 | 1011010 | 11010 | 111011 | 1010011 | 101001 |
Color Harmonies of #BDBB12
Complementary color
Monochromatic Colors of #BDBB12
Black with #BDBB12
Text Example
Text Example
White with #BDBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB12; }
p { color: rgb(189,187,18); }
H1.HeaderClassName
{
color: #BDBB12;
}
.AnyTagClassName
{
color: #BDBB12;
}
</style>
background-color css
<style>
a { background-color: #BDBB12; }
a { background-color: rgb(189,187,18); }
div.DivClassName
{
background-color: #BDBB12;
}
.BgClassName
{
background-color: #BDBB12;
}
</style>
border-color css
<style>
span { border-color: #BDBB12; }
span { border-color: rgb(189,187,18); }
td.TdClassName
{
border-color: #BDBB12;
}
.TagClassName
{
border-color: #BDBB12;
}
</style>