Shades of La Rioja #BEAD01
Tints of La Rioja #BEAD01
RGB
CMYK
RGB Variations
Color information
#BEAD01 (or 0xBEAD01) is known color: La Rioja. HEX triplet: BE, AD and 01. RGB value is (190,173,1). Sum of RGB (Red+Green+Blue) = 190+173+1=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAD01 is #4152FE. Grayscale: #9F9F9F. Windows color (decimal): -4281087 or 110014. OLE color: 110014.
HSL color Cylindrical-coordinate representation of color #BEAD01: hue angle of 54.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEAD01 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 173 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.25 |
| HSL | 54.6º | 0.99% | 0.37% | - |
| HSV(B) | 54.6º | 0.99% | 0.75% | - |
| XYZ | 36.18 | 40.84 | 6 | - |
| YUV | 158.48 | 39.13 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 173 | 1 | 0 | 0.09 | 0.99 | 0.25 | 54.6 | 0.99 | 0.37 |
| Hex | BE | AD | 1 | 0 | 9 | 63 | 19 | 37 | 63 | 25 |
| Octal | 276 | 255 | 1 | 0 | 11 | 143 | 31 | 67 | 143 | 45 |
| Binary | 10111110 | 10101101 | 1 | 0 | 1001 | 1100011 | 11001 | 110111 | 1100011 | 100101 |
Color Harmonies of #BEAD01
Complementary color
Monochromatic Colors of #BEAD01
Black with #BEAD01
Text Example
Text Example
White with #BEAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAD01; }
p { color: rgb(190,173,1); }
H1.HeaderClassName
{
color: #BEAD01;
}
.AnyTagClassName
{
color: #BEAD01;
}
</style>
background-color css
<style>
a { background-color: #BEAD01; }
a { background-color: rgb(190,173,1); }
div.DivClassName
{
background-color: #BEAD01;
}
.BgClassName
{
background-color: #BEAD01;
}
</style>
border-color css
<style>
span { border-color: #BEAD01; }
span { border-color: rgb(190,173,1); }
td.TdClassName
{
border-color: #BEAD01;
}
.TagClassName
{
border-color: #BEAD01;
}
</style>