Shades of La Rioja #B7B412
Tints of La Rioja #B7B412
RGB
CMYK
RGB Variations
Color information
#B7B412 (or 0xB7B412) is known color: La Rioja. HEX triplet: B7, B4 and 12. RGB value is (183,180,18). Sum of RGB (Red+Green+Blue) = 183+180+18=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7B412 is #484BED. Grayscale: #A3A3A3. Windows color (decimal): -4738030 or 1225911. OLE color: 1225911.
HSL color Cylindrical-coordinate representation of color #B7B412: hue angle of 58.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7B412 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 180 | 18 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.28 |
| HSL | 58.91º | 0.82% | 0.39% | - |
| HSV(B) | 58.91º | 0.9% | 0.72% | - |
| XYZ | 35.96 | 42.75 | 6.93 | - |
| YUV | 162.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 18 | 0 | 0.02 | 0.90 | 0.28 | 58.91 | 0.82 | 0.39 |
| Hex | B7 | B4 | 12 | 0 | 2 | 5A | 1C | 3B | 52 | 27 |
| Octal | 267 | 264 | 22 | 0 | 2 | 132 | 34 | 73 | 122 | 47 |
| Binary | 10110111 | 10110100 | 10010 | 0 | 10 | 1011010 | 11100 | 111011 | 1010010 | 100111 |
Color Harmonies of #B7B412
Complementary color
Monochromatic Colors of #B7B412
Black with #B7B412
Text Example
Text Example
White with #B7B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B412; }
p { color: rgb(183,180,18); }
H1.HeaderClassName
{
color: #B7B412;
}
.AnyTagClassName
{
color: #B7B412;
}
</style>
background-color css
<style>
a { background-color: #B7B412; }
a { background-color: rgb(183,180,18); }
div.DivClassName
{
background-color: #B7B412;
}
.BgClassName
{
background-color: #B7B412;
}
</style>
border-color css
<style>
span { border-color: #B7B412; }
span { border-color: rgb(183,180,18); }
td.TdClassName
{
border-color: #B7B412;
}
.TagClassName
{
border-color: #B7B412;
}
</style>