Shades of La Rioja #B7AD01
Tints of La Rioja #B7AD01
RGB
CMYK
RGB Variations
Color information
#B7AD01 (or 0xB7AD01) is known color: La Rioja. HEX triplet: B7, AD and 01. RGB value is (183,173,1). Sum of RGB (Red+Green+Blue) = 183+173+1=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AD01 is #4852FE. Grayscale: #9D9D9D. Windows color (decimal): -4739839 or 110007. OLE color: 110007.
HSL color Cylindrical-coordinate representation of color #B7AD01: hue angle of 56.7º 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 #B7AD01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 173 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.28 |
| HSL | 56.7º | 0.99% | 0.36% | - |
| HSV(B) | 56.7º | 0.99% | 0.72% | - |
| XYZ | 34.48 | 39.96 | 5.92 | - |
| YUV | 156.38 | 40.31 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 1 | 0 | 0.05 | 0.99 | 0.28 | 56.7 | 0.99 | 0.36 |
| Hex | B7 | AD | 1 | 0 | 5 | 63 | 1C | 39 | 63 | 24 |
| Octal | 267 | 255 | 1 | 0 | 5 | 143 | 34 | 71 | 143 | 44 |
| Binary | 10110111 | 10101101 | 1 | 0 | 101 | 1100011 | 11100 | 111001 | 1100011 | 100100 |
Color Harmonies of #B7AD01
Complementary color
Monochromatic Colors of #B7AD01
Black with #B7AD01
Text Example
Text Example
White with #B7AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AD01; }
p { color: rgb(183,173,1); }
H1.HeaderClassName
{
color: #B7AD01;
}
.AnyTagClassName
{
color: #B7AD01;
}
</style>
background-color css
<style>
a { background-color: #B7AD01; }
a { background-color: rgb(183,173,1); }
div.DivClassName
{
background-color: #B7AD01;
}
.BgClassName
{
background-color: #B7AD01;
}
</style>
border-color css
<style>
span { border-color: #B7AD01; }
span { border-color: rgb(183,173,1); }
td.TdClassName
{
border-color: #B7AD01;
}
.TagClassName
{
border-color: #B7AD01;
}
</style>