Shades of La Rioja #B2B10B
Tints of La Rioja #B2B10B
RGB
CMYK
RGB Variations
Color information
#B2B10B (or 0xB2B10B) is known color: La Rioja. HEX triplet: B2, B1 and 0B. RGB value is (178,177,11). Sum of RGB (Red+Green+Blue) = 178+177+11=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B10B is #4D4EF4. Grayscale: #9F9F9F. Windows color (decimal): -5066485 or 766386. OLE color: 766386.
HSL color Cylindrical-coordinate representation of color #B2B10B: hue angle of 59.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2B10B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.30 |
| HSL | 59.64º | 0.88% | 0.37% | - |
| HSV(B) | 59.64º | 0.94% | 0.7% | - |
| XYZ | 34.14 | 40.93 | 6.42 | - |
| YUV | 158.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 11 | 0 | 0.01 | 0.94 | 0.30 | 59.64 | 0.88 | 0.37 |
| Hex | B2 | B1 | B | 0 | 1 | 5E | 1E | 3C | 58 | 25 |
| Octal | 262 | 261 | 13 | 0 | 1 | 136 | 36 | 74 | 130 | 45 |
| Binary | 10110010 | 10110001 | 1011 | 0 | 1 | 1011110 | 11110 | 111100 | 1011000 | 100101 |
Color Harmonies of #B2B10B
Complementary color
Monochromatic Colors of #B2B10B
Black with #B2B10B
Text Example
Text Example
White with #B2B10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B10B; }
p { color: rgb(178,177,11); }
H1.HeaderClassName
{
color: #B2B10B;
}
.AnyTagClassName
{
color: #B2B10B;
}
</style>
background-color css
<style>
a { background-color: #B2B10B; }
a { background-color: rgb(178,177,11); }
div.DivClassName
{
background-color: #B2B10B;
}
.BgClassName
{
background-color: #B2B10B;
}
</style>
border-color css
<style>
span { border-color: #B2B10B; }
span { border-color: rgb(178,177,11); }
td.TdClassName
{
border-color: #B2B10B;
}
.TagClassName
{
border-color: #B2B10B;
}
</style>