Shades of La Rioja #B5B102
Tints of La Rioja #B5B102
RGB
CMYK
RGB Variations
Color information
#B5B102 (or 0xB5B102) is known color: La Rioja. HEX triplet: B5, B1 and 02. RGB value is (181,177,2). Sum of RGB (Red+Green+Blue) = 181+177+2=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B102 is #4A4EFD. Grayscale: #9E9E9E. Windows color (decimal): -4869886 or 176565. OLE color: 176565.
HSL color Cylindrical-coordinate representation of color #B5B102: hue angle of 58.66º degrees, saturation: 0.98, 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 #B5B102 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.29 |
| HSL | 58.66º | 0.98% | 0.36% | - |
| HSV(B) | 58.66º | 0.99% | 0.71% | - |
| XYZ | 34.79 | 41.27 | 6.19 | - |
| YUV | 158.25 | 39.83 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 2 | 0 | 0.02 | 0.99 | 0.29 | 58.66 | 0.98 | 0.36 |
| Hex | B5 | B1 | 2 | 0 | 2 | 63 | 1D | 3B | 62 | 24 |
| Octal | 265 | 261 | 2 | 0 | 2 | 143 | 35 | 73 | 142 | 44 |
| Binary | 10110101 | 10110001 | 10 | 0 | 10 | 1100011 | 11101 | 111011 | 1100010 | 100100 |
Color Harmonies of #B5B102
Complementary color
Monochromatic Colors of #B5B102
Black with #B5B102
Text Example
Text Example
White with #B5B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B102; }
p { color: rgb(181,177,2); }
H1.HeaderClassName
{
color: #B5B102;
}
.AnyTagClassName
{
color: #B5B102;
}
</style>
background-color css
<style>
a { background-color: #B5B102; }
a { background-color: rgb(181,177,2); }
div.DivClassName
{
background-color: #B5B102;
}
.BgClassName
{
background-color: #B5B102;
}
</style>
border-color css
<style>
span { border-color: #B5B102; }
span { border-color: rgb(181,177,2); }
td.TdClassName
{
border-color: #B5B102;
}
.TagClassName
{
border-color: #B5B102;
}
</style>