Shades of La Rioja #B4AF0F
Tints of La Rioja #B4AF0F
RGB
CMYK
RGB Variations
Color information
#B4AF0F (or 0xB4AF0F) is known color: La Rioja. HEX triplet: B4, AF and 0F. RGB value is (180,175,15). Sum of RGB (Red+Green+Blue) = 180+175+15=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AF0F is #4B50F0. Grayscale: #9E9E9E. Windows color (decimal): -4935921 or 1028020. OLE color: 1028020.
HSL color Cylindrical-coordinate representation of color #B4AF0F: hue angle of 58.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4AF0F is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 15 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.29 |
| HSL | 58.18º | 0.85% | 0.38% | - |
| HSV(B) | 58.18º | 0.92% | 0.71% | - |
| XYZ | 34.24 | 40.4 | 6.44 | - |
| YUV | 158.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 15 | 0 | 0.03 | 0.92 | 0.29 | 58.18 | 0.85 | 0.38 |
| Hex | B4 | AF | F | 0 | 3 | 5C | 1D | 3A | 55 | 26 |
| Octal | 264 | 257 | 17 | 0 | 3 | 134 | 35 | 72 | 125 | 46 |
| Binary | 10110100 | 10101111 | 1111 | 0 | 11 | 1011100 | 11101 | 111010 | 1010101 | 100110 |
Color Harmonies of #B4AF0F
Complementary color
Monochromatic Colors of #B4AF0F
Black with #B4AF0F
Text Example
Text Example
White with #B4AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF0F; }
p { color: rgb(180,175,15); }
H1.HeaderClassName
{
color: #B4AF0F;
}
.AnyTagClassName
{
color: #B4AF0F;
}
</style>
background-color css
<style>
a { background-color: #B4AF0F; }
a { background-color: rgb(180,175,15); }
div.DivClassName
{
background-color: #B4AF0F;
}
.BgClassName
{
background-color: #B4AF0F;
}
</style>
border-color css
<style>
span { border-color: #B4AF0F; }
span { border-color: rgb(180,175,15); }
td.TdClassName
{
border-color: #B4AF0F;
}
.TagClassName
{
border-color: #B4AF0F;
}
</style>