Shades of La Rioja #B2B00B
Tints of La Rioja #B2B00B
RGB
CMYK
RGB Variations
Color information
#B2B00B (or 0xB2B00B) is known color: La Rioja. HEX triplet: B2, B0 and 0B. RGB value is (178,176,11). Sum of RGB (Red+Green+Blue) = 178+176+11=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B00B is #4D4FF4. Grayscale: #9E9E9E. Windows color (decimal): -5066741 or 766130. OLE color: 766130.
HSL color Cylindrical-coordinate representation of color #B2B00B: hue angle of 59.28º 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 #B2B00B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.30 |
| HSL | 59.28º | 0.88% | 0.37% | - |
| HSV(B) | 59.28º | 0.94% | 0.7% | - |
| XYZ | 33.95 | 40.54 | 6.35 | - |
| YUV | 157.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 11 | 0 | 0.01 | 0.94 | 0.30 | 59.28 | 0.88 | 0.37 |
| Hex | B2 | B0 | B | 0 | 1 | 5E | 1E | 3B | 58 | 25 |
| Octal | 262 | 260 | 13 | 0 | 1 | 136 | 36 | 73 | 130 | 45 |
| Binary | 10110010 | 10110000 | 1011 | 0 | 1 | 1011110 | 11110 | 111011 | 1011000 | 100101 |
Color Harmonies of #B2B00B
Complementary color
Monochromatic Colors of #B2B00B
Black with #B2B00B
Text Example
Text Example
White with #B2B00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B00B; }
p { color: rgb(178,176,11); }
H1.HeaderClassName
{
color: #B2B00B;
}
.AnyTagClassName
{
color: #B2B00B;
}
</style>
background-color css
<style>
a { background-color: #B2B00B; }
a { background-color: rgb(178,176,11); }
div.DivClassName
{
background-color: #B2B00B;
}
.BgClassName
{
background-color: #B2B00B;
}
</style>
border-color css
<style>
span { border-color: #B2B00B; }
span { border-color: rgb(178,176,11); }
td.TdClassName
{
border-color: #B2B00B;
}
.TagClassName
{
border-color: #B2B00B;
}
</style>