Shades of La Rioja #B7A702
Tints of La Rioja #B7A702
RGB
CMYK
RGB Variations
Color information
#B7A702 (or 0xB7A702) is known color: La Rioja. HEX triplet: B7, A7 and 02. RGB value is (183,167,2). Sum of RGB (Red+Green+Blue) = 183+167+2=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A702 is #4858FD. Grayscale: #999999. Windows color (decimal): -4741374 or 174007. OLE color: 174007.
HSL color Cylindrical-coordinate representation of color #B7A702: hue angle of 54.7º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7A702 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.28 |
| HSL | 54.7º | 0.98% | 0.36% | - |
| HSV(B) | 54.7º | 0.99% | 0.72% | - |
| XYZ | 33.36 | 37.71 | 5.58 | - |
| YUV | 152.97 | 42.8 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 2 | 0 | 0.09 | 0.99 | 0.28 | 54.7 | 0.98 | 0.36 |
| Hex | B7 | A7 | 2 | 0 | 9 | 63 | 1C | 37 | 62 | 24 |
| Octal | 267 | 247 | 2 | 0 | 11 | 143 | 34 | 67 | 142 | 44 |
| Binary | 10110111 | 10100111 | 10 | 0 | 1001 | 1100011 | 11100 | 110111 | 1100010 | 100100 |
Color Harmonies of #B7A702
Complementary color
Monochromatic Colors of #B7A702
Black with #B7A702
Text Example
Text Example
White with #B7A702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A702; }
p { color: rgb(183,167,2); }
H1.HeaderClassName
{
color: #B7A702;
}
.AnyTagClassName
{
color: #B7A702;
}
</style>
background-color css
<style>
a { background-color: #B7A702; }
a { background-color: rgb(183,167,2); }
div.DivClassName
{
background-color: #B7A702;
}
.BgClassName
{
background-color: #B7A702;
}
</style>
border-color css
<style>
span { border-color: #B7A702; }
span { border-color: rgb(183,167,2); }
td.TdClassName
{
border-color: #B7A702;
}
.TagClassName
{
border-color: #B7A702;
}
</style>