Shades of La Rioja #B2B00C
Tints of La Rioja #B2B00C
RGB
CMYK
RGB Variations
Color information
#B2B00C (or 0xB2B00C) is known color: La Rioja. HEX triplet: B2, B0 and 0C. RGB value is (178,176,12). Sum of RGB (Red+Green+Blue) = 178+176+12=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B00C is #4D4FF3. Grayscale: #9E9E9E. Windows color (decimal): -5066740 or 831666. OLE color: 831666.
HSL color Cylindrical-coordinate representation of color #B2B00C: hue angle of 59.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2B00C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.30 |
| HSL | 59.28º | 0.87% | 0.37% | - |
| HSV(B) | 59.28º | 0.93% | 0.7% | - |
| XYZ | 33.95 | 40.54 | 6.38 | - |
| YUV | 157.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 12 | 0 | 0.01 | 0.93 | 0.30 | 59.28 | 0.87 | 0.37 |
| Hex | B2 | B0 | C | 0 | 1 | 5D | 1E | 3B | 57 | 25 |
| Octal | 262 | 260 | 14 | 0 | 1 | 135 | 36 | 73 | 127 | 45 |
| Binary | 10110010 | 10110000 | 1100 | 0 | 1 | 1011101 | 11110 | 111011 | 1010111 | 100101 |
Color Harmonies of #B2B00C
Complementary color
Monochromatic Colors of #B2B00C
Black with #B2B00C
Text Example
Text Example
White with #B2B00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B00C; }
p { color: rgb(178,176,12); }
H1.HeaderClassName
{
color: #B2B00C;
}
.AnyTagClassName
{
color: #B2B00C;
}
</style>
background-color css
<style>
a { background-color: #B2B00C; }
a { background-color: rgb(178,176,12); }
div.DivClassName
{
background-color: #B2B00C;
}
.BgClassName
{
background-color: #B2B00C;
}
</style>
border-color css
<style>
span { border-color: #B2B00C; }
span { border-color: rgb(178,176,12); }
td.TdClassName
{
border-color: #B2B00C;
}
.TagClassName
{
border-color: #B2B00C;
}
</style>