Shades of La Rioja #BEBD05
Tints of La Rioja #BEBD05
RGB
CMYK
RGB Variations
Color information
#BEBD05 (or 0xBEBD05) is known color: La Rioja. HEX triplet: BE, BD and 05. RGB value is (190,189,5). Sum of RGB (Red+Green+Blue) = 190+189+5=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBD05 is #4142FA. Grayscale: #A9A9A9. Windows color (decimal): -4276987 or 376254. OLE color: 376254.
HSL color Cylindrical-coordinate representation of color #BEBD05: hue angle of 59.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEBD05 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.25 |
| HSL | 59.68º | 0.95% | 0.38% | - |
| HSV(B) | 59.68º | 0.97% | 0.75% | - |
| XYZ | 39.46 | 47.35 | 7.2 | - |
| YUV | 168.32 | 35.83 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 5 | 0 | 0.01 | 0.97 | 0.25 | 59.68 | 0.95 | 0.38 |
| Hex | BE | BD | 5 | 0 | 1 | 61 | 19 | 3C | 5F | 26 |
| Octal | 276 | 275 | 5 | 0 | 1 | 141 | 31 | 74 | 137 | 46 |
| Binary | 10111110 | 10111101 | 101 | 0 | 1 | 1100001 | 11001 | 111100 | 1011111 | 100110 |
Color Harmonies of #BEBD05
Complementary color
Monochromatic Colors of #BEBD05
Black with #BEBD05
Text Example
Text Example
White with #BEBD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD05; }
p { color: rgb(190,189,5); }
H1.HeaderClassName
{
color: #BEBD05;
}
.AnyTagClassName
{
color: #BEBD05;
}
</style>
background-color css
<style>
a { background-color: #BEBD05; }
a { background-color: rgb(190,189,5); }
div.DivClassName
{
background-color: #BEBD05;
}
.BgClassName
{
background-color: #BEBD05;
}
</style>
border-color css
<style>
span { border-color: #BEBD05; }
span { border-color: rgb(190,189,5); }
td.TdClassName
{
border-color: #BEBD05;
}
.TagClassName
{
border-color: #BEBD05;
}
</style>