Shades of La Rioja #BEAC00
Tints of La Rioja #BEAC00
RGB
CMYK
RGB Variations
Color information
#BEAC00 (or 0xBEAC00) is known color: La Rioja. HEX triplet: BE, AC and 00. RGB value is (190,172,0). Sum of RGB (Red+Green+Blue) = 190+172+0=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC00 is #4153FF. Grayscale: #9E9E9E. Windows color (decimal): -4281344 or 44222. OLE color: 44222.
HSL color Cylindrical-coordinate representation of color #BEAC00: hue angle of 54.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BEAC00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.25 |
| HSL | 54.32º | 1% | 0.37% | - |
| HSV(B) | 54.32º | 1% | 0.75% | - |
| XYZ | 35.99 | 40.45 | 5.91 | - |
| YUV | 157.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 0 | 0 | 0.09 | 1 | 0.25 | 54.32 | 1 | 0.37 |
| Hex | BE | AC | 0 | 0 | 9 | 64 | 19 | 36 | 64 | 25 |
| Octal | 276 | 254 | 0 | 0 | 11 | 144 | 31 | 66 | 144 | 45 |
| Binary | 10111110 | 10101100 | 0 | 0 | 1001 | 1100100 | 11001 | 110110 | 1100100 | 100101 |
Color Harmonies of #BEAC00
Complementary color
Monochromatic Colors of #BEAC00
Black with #BEAC00
Text Example
Text Example
White with #BEAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC00; }
p { color: rgb(190,172,0); }
H1.HeaderClassName
{
color: #BEAC00;
}
.AnyTagClassName
{
color: #BEAC00;
}
</style>
background-color css
<style>
a { background-color: #BEAC00; }
a { background-color: rgb(190,172,0); }
div.DivClassName
{
background-color: #BEAC00;
}
.BgClassName
{
background-color: #BEAC00;
}
</style>
border-color css
<style>
span { border-color: #BEAC00; }
span { border-color: rgb(190,172,0); }
td.TdClassName
{
border-color: #BEAC00;
}
.TagClassName
{
border-color: #BEAC00;
}
</style>