Shades of La Rioja #BDBB0A
Tints of La Rioja #BDBB0A
RGB
CMYK
RGB Variations
Color information
#BDBB0A (or 0xBDBB0A) is known color: La Rioja. HEX triplet: BD, BB and 0A. RGB value is (189,187,10). Sum of RGB (Red+Green+Blue) = 189+187+10=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBB0A is #4244F5. Grayscale: #A8A8A8. Windows color (decimal): -4343030 or 703421. OLE color: 703421.
HSL color Cylindrical-coordinate representation of color #BDBB0A: hue angle of 59.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDBB0A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.26 |
| HSL | 59.33º | 0.9% | 0.39% | - |
| HSV(B) | 59.33º | 0.95% | 0.74% | - |
| XYZ | 38.81 | 46.38 | 7.19 | - |
| YUV | 167.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 10 | 0 | 0.01 | 0.95 | 0.26 | 59.33 | 0.9 | 0.39 |
| Hex | BD | BB | A | 0 | 1 | 5F | 1A | 3B | 5A | 27 |
| Octal | 275 | 273 | 12 | 0 | 1 | 137 | 32 | 73 | 132 | 47 |
| Binary | 10111101 | 10111011 | 1010 | 0 | 1 | 1011111 | 11010 | 111011 | 1011010 | 100111 |
Color Harmonies of #BDBB0A
Complementary color
Monochromatic Colors of #BDBB0A
Black with #BDBB0A
Text Example
Text Example
White with #BDBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB0A; }
p { color: rgb(189,187,10); }
H1.HeaderClassName
{
color: #BDBB0A;
}
.AnyTagClassName
{
color: #BDBB0A;
}
</style>
background-color css
<style>
a { background-color: #BDBB0A; }
a { background-color: rgb(189,187,10); }
div.DivClassName
{
background-color: #BDBB0A;
}
.BgClassName
{
background-color: #BDBB0A;
}
</style>
border-color css
<style>
span { border-color: #BDBB0A; }
span { border-color: rgb(189,187,10); }
td.TdClassName
{
border-color: #BDBB0A;
}
.TagClassName
{
border-color: #BDBB0A;
}
</style>