Shades of La Rioja #B7AF0F
Tints of La Rioja #B7AF0F
RGB
CMYK
RGB Variations
Color information
#B7AF0F (or 0xB7AF0F) is known color: La Rioja. HEX triplet: B7, AF and 0F. RGB value is (183,175,15). Sum of RGB (Red+Green+Blue) = 183+175+15=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF0F is #4850F0. Grayscale: #9F9F9F. Windows color (decimal): -4739313 or 1028023. OLE color: 1028023.
HSL color Cylindrical-coordinate representation of color #B7AF0F: hue angle of 57.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7AF0F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 15 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.28 |
| HSL | 57.14º | 0.85% | 0.39% | - |
| HSV(B) | 57.14º | 0.92% | 0.72% | - |
| XYZ | 34.94 | 40.76 | 6.48 | - |
| YUV | 159.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 15 | 0 | 0.04 | 0.92 | 0.28 | 57.14 | 0.85 | 0.39 |
| Hex | B7 | AF | F | 0 | 4 | 5C | 1C | 39 | 55 | 27 |
| Octal | 267 | 257 | 17 | 0 | 4 | 134 | 34 | 71 | 125 | 47 |
| Binary | 10110111 | 10101111 | 1111 | 0 | 100 | 1011100 | 11100 | 111001 | 1010101 | 100111 |
Color Harmonies of #B7AF0F
Complementary color
Monochromatic Colors of #B7AF0F
Black with #B7AF0F
Text Example
Text Example
White with #B7AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF0F; }
p { color: rgb(183,175,15); }
H1.HeaderClassName
{
color: #B7AF0F;
}
.AnyTagClassName
{
color: #B7AF0F;
}
</style>
background-color css
<style>
a { background-color: #B7AF0F; }
a { background-color: rgb(183,175,15); }
div.DivClassName
{
background-color: #B7AF0F;
}
.BgClassName
{
background-color: #B7AF0F;
}
</style>
border-color css
<style>
span { border-color: #B7AF0F; }
span { border-color: rgb(183,175,15); }
td.TdClassName
{
border-color: #B7AF0F;
}
.TagClassName
{
border-color: #B7AF0F;
}
</style>