Shades of La Rioja #B8AF0C
Tints of La Rioja #B8AF0C
RGB
CMYK
RGB Variations
Color information
#B8AF0C (or 0xB8AF0C) is known color: La Rioja. HEX triplet: B8, AF and 0C. RGB value is (184,175,12). Sum of RGB (Red+Green+Blue) = 184+175+12=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF0C is #4750F3. Grayscale: #9F9F9F. Windows color (decimal): -4673780 or 831416. OLE color: 831416.
HSL color Cylindrical-coordinate representation of color #B8AF0C: hue angle of 56.86º 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 #B8AF0C is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 12 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.28 |
| HSL | 56.86º | 0.88% | 0.38% | - |
| HSV(B) | 56.86º | 0.93% | 0.72% | - |
| XYZ | 35.16 | 40.88 | 6.38 | - |
| YUV | 159.11 | 44.98 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 12 | 0 | 0.05 | 0.93 | 0.28 | 56.86 | 0.88 | 0.38 |
| Hex | B8 | AF | C | 0 | 5 | 5D | 1C | 39 | 58 | 26 |
| Octal | 270 | 257 | 14 | 0 | 5 | 135 | 34 | 71 | 130 | 46 |
| Binary | 10111000 | 10101111 | 1100 | 0 | 101 | 1011101 | 11100 | 111001 | 1011000 | 100110 |
Color Harmonies of #B8AF0C
Complementary color
Monochromatic Colors of #B8AF0C
Black with #B8AF0C
Text Example
Text Example
White with #B8AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF0C; }
p { color: rgb(184,175,12); }
H1.HeaderClassName
{
color: #B8AF0C;
}
.AnyTagClassName
{
color: #B8AF0C;
}
</style>
background-color css
<style>
a { background-color: #B8AF0C; }
a { background-color: rgb(184,175,12); }
div.DivClassName
{
background-color: #B8AF0C;
}
.BgClassName
{
background-color: #B8AF0C;
}
</style>
border-color css
<style>
span { border-color: #B8AF0C; }
span { border-color: rgb(184,175,12); }
td.TdClassName
{
border-color: #B8AF0C;
}
.TagClassName
{
border-color: #B8AF0C;
}
</style>