Shades of La Rioja #B0AD03
Tints of La Rioja #B0AD03
RGB
CMYK
RGB Variations
Color information
#B0AD03 (or 0xB0AD03) is known color: La Rioja. HEX triplet: B0, AD and 03. RGB value is (176,173,3). Sum of RGB (Red+Green+Blue) = 176+173+3=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD03 is #4F52FC. Grayscale: #9B9B9B. Windows color (decimal): -5198589 or 241072. OLE color: 241072.
HSL color Cylindrical-coordinate representation of color #B0AD03: hue angle of 58.96º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0AD03 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 3 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.31 |
| HSL | 58.96º | 0.97% | 0.35% | - |
| HSV(B) | 58.96º | 0.98% | 0.69% | - |
| XYZ | 32.86 | 39.12 | 5.91 | - |
| YUV | 154.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 3 | 0 | 0.02 | 0.98 | 0.31 | 58.96 | 0.97 | 0.35 |
| Hex | B0 | AD | 3 | 0 | 2 | 62 | 1F | 3B | 61 | 23 |
| Octal | 260 | 255 | 3 | 0 | 2 | 142 | 37 | 73 | 141 | 43 |
| Binary | 10110000 | 10101101 | 11 | 0 | 10 | 1100010 | 11111 | 111011 | 1100001 | 100011 |
Color Harmonies of #B0AD03
Complementary color
Monochromatic Colors of #B0AD03
Black with #B0AD03
Text Example
Text Example
White with #B0AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD03; }
p { color: rgb(176,173,3); }
H1.HeaderClassName
{
color: #B0AD03;
}
.AnyTagClassName
{
color: #B0AD03;
}
</style>
background-color css
<style>
a { background-color: #B0AD03; }
a { background-color: rgb(176,173,3); }
div.DivClassName
{
background-color: #B0AD03;
}
.BgClassName
{
background-color: #B0AD03;
}
</style>
border-color css
<style>
span { border-color: #B0AD03; }
span { border-color: rgb(176,173,3); }
td.TdClassName
{
border-color: #B0AD03;
}
.TagClassName
{
border-color: #B0AD03;
}
</style>