Shades of La Rioja #B5B305
Tints of La Rioja #B5B305
RGB
CMYK
RGB Variations
Color information
#B5B305 (or 0xB5B305) is known color: La Rioja. HEX triplet: B5, B3 and 05. RGB value is (181,179,5). Sum of RGB (Red+Green+Blue) = 181+179+5=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B305 is #4A4CFA. Grayscale: #A0A0A0. Windows color (decimal): -4869371 or 373685. OLE color: 373685.
HSL color Cylindrical-coordinate representation of color #B5B305: hue angle of 59.32º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5B305 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.29 |
| HSL | 59.32º | 0.95% | 0.36% | - |
| HSV(B) | 59.32º | 0.97% | 0.71% | - |
| XYZ | 35.2 | 42.07 | 6.41 | - |
| YUV | 159.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 5 | 0 | 0.01 | 0.97 | 0.29 | 59.32 | 0.95 | 0.36 |
| Hex | B5 | B3 | 5 | 0 | 1 | 61 | 1D | 3B | 5F | 24 |
| Octal | 265 | 263 | 5 | 0 | 1 | 141 | 35 | 73 | 137 | 44 |
| Binary | 10110101 | 10110011 | 101 | 0 | 1 | 1100001 | 11101 | 111011 | 1011111 | 100100 |
Color Harmonies of #B5B305
Complementary color
Monochromatic Colors of #B5B305
Black with #B5B305
Text Example
Text Example
White with #B5B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B305; }
p { color: rgb(181,179,5); }
H1.HeaderClassName
{
color: #B5B305;
}
.AnyTagClassName
{
color: #B5B305;
}
</style>
background-color css
<style>
a { background-color: #B5B305; }
a { background-color: rgb(181,179,5); }
div.DivClassName
{
background-color: #B5B305;
}
.BgClassName
{
background-color: #B5B305;
}
</style>
border-color css
<style>
span { border-color: #B5B305; }
span { border-color: rgb(181,179,5); }
td.TdClassName
{
border-color: #B5B305;
}
.TagClassName
{
border-color: #B5B305;
}
</style>