Shades of La Rioja #B2B007
Tints of La Rioja #B2B007
RGB
CMYK
RGB Variations
Color information
#B2B007 (or 0xB2B007) is known color: La Rioja. HEX triplet: B2, B0 and 07. RGB value is (178,176,7). Sum of RGB (Red+Green+Blue) = 178+176+7=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B007 is #4D4FF8. Grayscale: #9E9E9E. Windows color (decimal): -5066745 or 503986. OLE color: 503986.
HSL color Cylindrical-coordinate representation of color #B2B007: hue angle of 59.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2B007 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.30 |
| HSL | 59.3º | 0.92% | 0.36% | - |
| HSV(B) | 59.3º | 0.96% | 0.7% | - |
| XYZ | 33.92 | 40.53 | 6.24 | - |
| YUV | 157.33 | 43.16 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 7 | 0 | 0.01 | 0.96 | 0.30 | 59.3 | 0.92 | 0.36 |
| Hex | B2 | B0 | 7 | 0 | 1 | 60 | 1E | 3B | 5C | 24 |
| Octal | 262 | 260 | 7 | 0 | 1 | 140 | 36 | 73 | 134 | 44 |
| Binary | 10110010 | 10110000 | 111 | 0 | 1 | 1100000 | 11110 | 111011 | 1011100 | 100100 |
Color Harmonies of #B2B007
Complementary color
Monochromatic Colors of #B2B007
Black with #B2B007
Text Example
Text Example
White with #B2B007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B007; }
p { color: rgb(178,176,7); }
H1.HeaderClassName
{
color: #B2B007;
}
.AnyTagClassName
{
color: #B2B007;
}
</style>
background-color css
<style>
a { background-color: #B2B007; }
a { background-color: rgb(178,176,7); }
div.DivClassName
{
background-color: #B2B007;
}
.BgClassName
{
background-color: #B2B007;
}
</style>
border-color css
<style>
span { border-color: #B2B007; }
span { border-color: rgb(178,176,7); }
td.TdClassName
{
border-color: #B2B007;
}
.TagClassName
{
border-color: #B2B007;
}
</style>