Shades of La Rioja #B7A701
Tints of La Rioja #B7A701
RGB
CMYK
RGB Variations
Color information
#B7A701 (or 0xB7A701) is known color: La Rioja. HEX triplet: B7, A7 and 01. RGB value is (183,167,1). Sum of RGB (Red+Green+Blue) = 183+167+1=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 167 (65.62% from 255 or 47.58% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A701 is #4858FE. Grayscale: #999999. Windows color (decimal): -4741375 or 108471. OLE color: 108471.
HSL color Cylindrical-coordinate representation of color #B7A701: hue angle of 54.73º degrees, saturation: 0.99, 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 #B7A701 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.28 |
| HSL | 54.73º | 0.99% | 0.36% | - |
| HSV(B) | 54.73º | 0.99% | 0.72% | - |
| XYZ | 33.35 | 37.71 | 5.55 | - |
| YUV | 152.86 | 42.3 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 1 | 0 | 0.09 | 0.99 | 0.28 | 54.73 | 0.99 | 0.36 |
| Hex | B7 | A7 | 1 | 0 | 9 | 63 | 1C | 37 | 63 | 24 |
| Octal | 267 | 247 | 1 | 0 | 11 | 143 | 34 | 67 | 143 | 44 |
| Binary | 10110111 | 10100111 | 1 | 0 | 1001 | 1100011 | 11100 | 110111 | 1100011 | 100100 |
Color Harmonies of #B7A701
Complementary color
Monochromatic Colors of #B7A701
Black with #B7A701
Text Example
Text Example
White with #B7A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A701; }
p { color: rgb(183,167,1); }
H1.HeaderClassName
{
color: #B7A701;
}
.AnyTagClassName
{
color: #B7A701;
}
</style>
background-color css
<style>
a { background-color: #B7A701; }
a { background-color: rgb(183,167,1); }
div.DivClassName
{
background-color: #B7A701;
}
.BgClassName
{
background-color: #B7A701;
}
</style>
border-color css
<style>
span { border-color: #B7A701; }
span { border-color: rgb(183,167,1); }
td.TdClassName
{
border-color: #B7A701;
}
.TagClassName
{
border-color: #B7A701;
}
</style>