Shades of La Rioja #BEB40C
Tints of La Rioja #BEB40C
RGB
CMYK
RGB Variations
Color information
#BEB40C (or 0xBEB40C) is known color: La Rioja. HEX triplet: BE, B4 and 0C. RGB value is (190,180,12). Sum of RGB (Red+Green+Blue) = 190+180+12=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB40C is #414BF3. Grayscale: #A4A4A4. Windows color (decimal): -4279284 or 832702. OLE color: 832702.
HSL color Cylindrical-coordinate representation of color #BEB40C: hue angle of 56.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEB40C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.25 |
| HSL | 56.63º | 0.88% | 0.4% | - |
| HSV(B) | 56.63º | 0.94% | 0.75% | - |
| XYZ | 37.62 | 43.62 | 6.78 | - |
| YUV | 163.84 | 42.31 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 12 | 0 | 0.05 | 0.94 | 0.25 | 56.63 | 0.88 | 0.4 |
| Hex | BE | B4 | C | 0 | 5 | 5E | 19 | 39 | 58 | 28 |
| Octal | 276 | 264 | 14 | 0 | 5 | 136 | 31 | 71 | 130 | 50 |
| Binary | 10111110 | 10110100 | 1100 | 0 | 101 | 1011110 | 11001 | 111001 | 1011000 | 101000 |
Color Harmonies of #BEB40C
Complementary color
Monochromatic Colors of #BEB40C
Black with #BEB40C
Text Example
Text Example
White with #BEB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB40C; }
p { color: rgb(190,180,12); }
H1.HeaderClassName
{
color: #BEB40C;
}
.AnyTagClassName
{
color: #BEB40C;
}
</style>
background-color css
<style>
a { background-color: #BEB40C; }
a { background-color: rgb(190,180,12); }
div.DivClassName
{
background-color: #BEB40C;
}
.BgClassName
{
background-color: #BEB40C;
}
</style>
border-color css
<style>
span { border-color: #BEB40C; }
span { border-color: rgb(190,180,12); }
td.TdClassName
{
border-color: #BEB40C;
}
.TagClassName
{
border-color: #BEB40C;
}
</style>