Shades of La Rioja #BEBD1A
Tints of La Rioja #BEBD1A
RGB
CMYK
RGB Variations
Color information
#BEBD1A (or 0xBEBD1A) is known color: La Rioja. HEX triplet: BE, BD and 1A. RGB value is (190,189,26). Sum of RGB (Red+Green+Blue) = 190+189+26=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBD1A is #4142E5. Grayscale: #ABABAB. Windows color (decimal): -4276966 or 1752510. OLE color: 1752510.
HSL color Cylindrical-coordinate representation of color #BEBD1A: hue angle of 59.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEBD1A is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 26 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.25 |
| HSL | 59.63º | 0.76% | 0.42% | - |
| HSV(B) | 59.63º | 0.86% | 0.75% | - |
| XYZ | 39.62 | 47.42 | 8.04 | - |
| YUV | 170.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 26 | 0 | 0.01 | 0.86 | 0.25 | 59.63 | 0.76 | 0.42 |
| Hex | BE | BD | 1A | 0 | 1 | 56 | 19 | 3C | 4C | 2A |
| Octal | 276 | 275 | 32 | 0 | 1 | 126 | 31 | 74 | 114 | 52 |
| Binary | 10111110 | 10111101 | 11010 | 0 | 1 | 1010110 | 11001 | 111100 | 1001100 | 101010 |
Color Harmonies of #BEBD1A
Complementary color
Monochromatic Colors of #BEBD1A
Black with #BEBD1A
Text Example
Text Example
White with #BEBD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD1A; }
p { color: rgb(190,189,26); }
H1.HeaderClassName
{
color: #BEBD1A;
}
.AnyTagClassName
{
color: #BEBD1A;
}
</style>
background-color css
<style>
a { background-color: #BEBD1A; }
a { background-color: rgb(190,189,26); }
div.DivClassName
{
background-color: #BEBD1A;
}
.BgClassName
{
background-color: #BEBD1A;
}
</style>
border-color css
<style>
span { border-color: #BEBD1A; }
span { border-color: rgb(190,189,26); }
td.TdClassName
{
border-color: #BEBD1A;
}
.TagClassName
{
border-color: #BEBD1A;
}
</style>