Shades of La Rioja #B5B001
Tints of La Rioja #B5B001
RGB
CMYK
RGB Variations
Color information
#B5B001 (or 0xB5B001) is known color: La Rioja. HEX triplet: B5, B0 and 01. RGB value is (181,176,1). Sum of RGB (Red+Green+Blue) = 181+176+1=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B001 is #4A4FFE. Grayscale: #9E9E9E. Windows color (decimal): -4870143 or 110773. OLE color: 110773.
HSL color Cylindrical-coordinate representation of color #B5B001: hue angle of 58.33º 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 #B5B001 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.29 |
| HSL | 58.33º | 0.99% | 0.36% | - |
| HSV(B) | 58.33º | 0.99% | 0.71% | - |
| XYZ | 34.59 | 40.88 | 6.1 | - |
| YUV | 157.55 | 39.66 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 1 | 0 | 0.03 | 0.99 | 0.29 | 58.33 | 0.99 | 0.36 |
| Hex | B5 | B0 | 1 | 0 | 3 | 63 | 1D | 3A | 63 | 24 |
| Octal | 265 | 260 | 1 | 0 | 3 | 143 | 35 | 72 | 143 | 44 |
| Binary | 10110101 | 10110000 | 1 | 0 | 11 | 1100011 | 11101 | 111010 | 1100011 | 100100 |
Color Harmonies of #B5B001
Complementary color
Monochromatic Colors of #B5B001
Black with #B5B001
Text Example
Text Example
White with #B5B001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B001; }
p { color: rgb(181,176,1); }
H1.HeaderClassName
{
color: #B5B001;
}
.AnyTagClassName
{
color: #B5B001;
}
</style>
background-color css
<style>
a { background-color: #B5B001; }
a { background-color: rgb(181,176,1); }
div.DivClassName
{
background-color: #B5B001;
}
.BgClassName
{
background-color: #B5B001;
}
</style>
border-color css
<style>
span { border-color: #B5B001; }
span { border-color: rgb(181,176,1); }
td.TdClassName
{
border-color: #B5B001;
}
.TagClassName
{
border-color: #B5B001;
}
</style>