Shades of La Rioja #B5B101
Tints of La Rioja #B5B101
RGB
CMYK
RGB Variations
Color information
#B5B101 (or 0xB5B101) is known color: La Rioja. HEX triplet: B5, B1 and 01. RGB value is (181,177,1). Sum of RGB (Red+Green+Blue) = 181+177+1=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B101 is #4A4EFE. Grayscale: #9E9E9E. Windows color (decimal): -4869887 or 111029. OLE color: 111029.
HSL color Cylindrical-coordinate representation of color #B5B101: hue angle of 58.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5B101 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.29 |
| HSL | 58.67º | 0.99% | 0.36% | - |
| HSV(B) | 58.67º | 0.99% | 0.71% | - |
| XYZ | 34.78 | 41.27 | 6.16 | - |
| YUV | 158.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 1 | 0 | 0.02 | 0.99 | 0.29 | 58.67 | 0.99 | 0.36 |
| Hex | B5 | B1 | 1 | 0 | 2 | 63 | 1D | 3B | 63 | 24 |
| Octal | 265 | 261 | 1 | 0 | 2 | 143 | 35 | 73 | 143 | 44 |
| Binary | 10110101 | 10110001 | 1 | 0 | 10 | 1100011 | 11101 | 111011 | 1100011 | 100100 |
Color Harmonies of #B5B101
Complementary color
Monochromatic Colors of #B5B101
Black with #B5B101
Text Example
Text Example
White with #B5B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B101; }
p { color: rgb(181,177,1); }
H1.HeaderClassName
{
color: #B5B101;
}
.AnyTagClassName
{
color: #B5B101;
}
</style>
background-color css
<style>
a { background-color: #B5B101; }
a { background-color: rgb(181,177,1); }
div.DivClassName
{
background-color: #B5B101;
}
.BgClassName
{
background-color: #B5B101;
}
</style>
border-color css
<style>
span { border-color: #B5B101; }
span { border-color: rgb(181,177,1); }
td.TdClassName
{
border-color: #B5B101;
}
.TagClassName
{
border-color: #B5B101;
}
</style>