Shades of La Rioja #B7AF0C
Tints of La Rioja #B7AF0C
RGB
CMYK
RGB Variations
Color information
#B7AF0C (or 0xB7AF0C) is known color: La Rioja. HEX triplet: B7, AF and 0C. RGB value is (183,175,12). Sum of RGB (Red+Green+Blue) = 183+175+12=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF0C is #4850F3. Grayscale: #9F9F9F. Windows color (decimal): -4739316 or 831415. OLE color: 831415.
HSL color Cylindrical-coordinate representation of color #B7AF0C: hue angle of 57.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7AF0C is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 12 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.28 |
| HSL | 57.19º | 0.88% | 0.38% | - |
| HSV(B) | 57.19º | 0.93% | 0.72% | - |
| XYZ | 34.92 | 40.75 | 6.37 | - |
| YUV | 158.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 12 | 0 | 0.04 | 0.93 | 0.28 | 57.19 | 0.88 | 0.38 |
| Hex | B7 | AF | C | 0 | 4 | 5D | 1C | 39 | 58 | 26 |
| Octal | 267 | 257 | 14 | 0 | 4 | 135 | 34 | 71 | 130 | 46 |
| Binary | 10110111 | 10101111 | 1100 | 0 | 100 | 1011101 | 11100 | 111001 | 1011000 | 100110 |
Color Harmonies of #B7AF0C
Complementary color
Monochromatic Colors of #B7AF0C
Black with #B7AF0C
Text Example
Text Example
White with #B7AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF0C; }
p { color: rgb(183,175,12); }
H1.HeaderClassName
{
color: #B7AF0C;
}
.AnyTagClassName
{
color: #B7AF0C;
}
</style>
background-color css
<style>
a { background-color: #B7AF0C; }
a { background-color: rgb(183,175,12); }
div.DivClassName
{
background-color: #B7AF0C;
}
.BgClassName
{
background-color: #B7AF0C;
}
</style>
border-color css
<style>
span { border-color: #B7AF0C; }
span { border-color: rgb(183,175,12); }
td.TdClassName
{
border-color: #B7AF0C;
}
.TagClassName
{
border-color: #B7AF0C;
}
</style>