Shades of La Rioja #B3B905
Tints of La Rioja #B3B905
RGB
CMYK
RGB Variations
Color information
#B3B905 (or 0xB3B905) is known color: La Rioja. HEX triplet: B3, B9 and 05. RGB value is (179,185,5). Sum of RGB (Red+Green+Blue) = 179+185+5=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B905 is #4C46FA. Grayscale: #A3A3A3. Windows color (decimal): -4998907 or 375219. OLE color: 375219.
HSL color Cylindrical-coordinate representation of color #B3B905: hue angle of 62º 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 #B3B905 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 5 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.27 |
| HSL | 62º | 0.95% | 0.37% | - |
| HSV(B) | 62º | 0.97% | 0.73% | - |
| XYZ | 35.97 | 44.29 | 6.8 | - |
| YUV | 162.69 | 39.01 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 5 | 0.03 | 0 | 0.97 | 0.27 | 62 | 0.95 | 0.37 |
| Hex | B3 | B9 | 5 | 3 | 0 | 61 | 1B | 3E | 5F | 25 |
| Octal | 263 | 271 | 5 | 3 | 0 | 141 | 33 | 76 | 137 | 45 |
| Binary | 10110011 | 10111001 | 101 | 11 | 0 | 1100001 | 11011 | 111110 | 1011111 | 100101 |
Color Harmonies of #B3B905
Complementary color
Monochromatic Colors of #B3B905
Black with #B3B905
Text Example
Text Example
White with #B3B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B905; }
p { color: rgb(179,185,5); }
H1.HeaderClassName
{
color: #B3B905;
}
.AnyTagClassName
{
color: #B3B905;
}
</style>
background-color css
<style>
a { background-color: #B3B905; }
a { background-color: rgb(179,185,5); }
div.DivClassName
{
background-color: #B3B905;
}
.BgClassName
{
background-color: #B3B905;
}
</style>
border-color css
<style>
span { border-color: #B3B905; }
span { border-color: rgb(179,185,5); }
td.TdClassName
{
border-color: #B3B905;
}
.TagClassName
{
border-color: #B3B905;
}
</style>