Shades of La Rioja #B9B705
Tints of La Rioja #B9B705
RGB
CMYK
RGB Variations
Color information
#B9B705 (or 0xB9B705) is known color: La Rioja. HEX triplet: B9, B7 and 05. RGB value is (185,183,5). Sum of RGB (Red+Green+Blue) = 185+183+5=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B705 is #4648FA. Grayscale: #A4A4A4. Windows color (decimal): -4606203 or 374713. OLE color: 374713.
HSL color Cylindrical-coordinate representation of color #B9B705: hue angle of 59.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9B705 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 183 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.27 |
| HSL | 59.33º | 0.95% | 0.37% | - |
| HSV(B) | 59.33º | 0.97% | 0.73% | - |
| XYZ | 36.97 | 44.19 | 6.73 | - |
| YUV | 163.31 | 38.66 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 5 | 0 | 0.01 | 0.97 | 0.27 | 59.33 | 0.95 | 0.37 |
| Hex | B9 | B7 | 5 | 0 | 1 | 61 | 1B | 3B | 5F | 25 |
| Octal | 271 | 267 | 5 | 0 | 1 | 141 | 33 | 73 | 137 | 45 |
| Binary | 10111001 | 10110111 | 101 | 0 | 1 | 1100001 | 11011 | 111011 | 1011111 | 100101 |
Color Harmonies of #B9B705
Complementary color
Monochromatic Colors of #B9B705
Black with #B9B705
Text Example
Text Example
White with #B9B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B705; }
p { color: rgb(185,183,5); }
H1.HeaderClassName
{
color: #B9B705;
}
.AnyTagClassName
{
color: #B9B705;
}
</style>
background-color css
<style>
a { background-color: #B9B705; }
a { background-color: rgb(185,183,5); }
div.DivClassName
{
background-color: #B9B705;
}
.BgClassName
{
background-color: #B9B705;
}
</style>
border-color css
<style>
span { border-color: #B9B705; }
span { border-color: rgb(185,183,5); }
td.TdClassName
{
border-color: #B9B705;
}
.TagClassName
{
border-color: #B9B705;
}
</style>