Shades of La Rioja #B0AD10
Tints of La Rioja #B0AD10
RGB
CMYK
RGB Variations
Color information
#B0AD10 (or 0xB0AD10) is known color: La Rioja. HEX triplet: B0, AD and 10. RGB value is (176,173,16). Sum of RGB (Red+Green+Blue) = 176+173+16=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD10 is #4F52EF. Grayscale: #9C9C9C. Windows color (decimal): -5198576 or 1093040. OLE color: 1093040.
HSL color Cylindrical-coordinate representation of color #B0AD10: hue angle of 58.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0AD10 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 16 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.31 |
| HSL | 58.88º | 0.83% | 0.38% | - |
| HSV(B) | 58.88º | 0.91% | 0.69% | - |
| XYZ | 32.94 | 39.15 | 6.31 | - |
| YUV | 156 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 16 | 0 | 0.02 | 0.91 | 0.31 | 58.88 | 0.83 | 0.38 |
| Hex | B0 | AD | 10 | 0 | 2 | 5B | 1F | 3B | 53 | 26 |
| Octal | 260 | 255 | 20 | 0 | 2 | 133 | 37 | 73 | 123 | 46 |
| Binary | 10110000 | 10101101 | 10000 | 0 | 10 | 1011011 | 11111 | 111011 | 1010011 | 100110 |
Color Harmonies of #B0AD10
Complementary color
Monochromatic Colors of #B0AD10
Black with #B0AD10
Text Example
Text Example
White with #B0AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD10; }
p { color: rgb(176,173,16); }
H1.HeaderClassName
{
color: #B0AD10;
}
.AnyTagClassName
{
color: #B0AD10;
}
</style>
background-color css
<style>
a { background-color: #B0AD10; }
a { background-color: rgb(176,173,16); }
div.DivClassName
{
background-color: #B0AD10;
}
.BgClassName
{
background-color: #B0AD10;
}
</style>
border-color css
<style>
span { border-color: #B0AD10; }
span { border-color: rgb(176,173,16); }
td.TdClassName
{
border-color: #B0AD10;
}
.TagClassName
{
border-color: #B0AD10;
}
</style>