Shades of La Rioja #BEB60D
Tints of La Rioja #BEB60D
RGB
CMYK
RGB Variations
Color information
#BEB60D (or 0xBEB60D) is known color: La Rioja. HEX triplet: BE, B6 and 0D. RGB value is (190,182,13). Sum of RGB (Red+Green+Blue) = 190+182+13=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB60D is #4149F2. Grayscale: #A5A5A5. Windows color (decimal): -4278771 or 898750. OLE color: 898750.
HSL color Cylindrical-coordinate representation of color #BEB60D: hue angle of 57.29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEB60D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 182 | 13 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.25 |
| HSL | 57.29º | 0.87% | 0.4% | - |
| HSV(B) | 57.29º | 0.93% | 0.75% | - |
| XYZ | 38.04 | 44.43 | 6.95 | - |
| YUV | 165.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 182 | 13 | 0 | 0.04 | 0.93 | 0.25 | 57.29 | 0.87 | 0.4 |
| Hex | BE | B6 | D | 0 | 4 | 5D | 19 | 39 | 57 | 28 |
| Octal | 276 | 266 | 15 | 0 | 4 | 135 | 31 | 71 | 127 | 50 |
| Binary | 10111110 | 10110110 | 1101 | 0 | 100 | 1011101 | 11001 | 111001 | 1010111 | 101000 |
Color Harmonies of #BEB60D
Complementary color
Monochromatic Colors of #BEB60D
Black with #BEB60D
Text Example
Text Example
White with #BEB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB60D; }
p { color: rgb(190,182,13); }
H1.HeaderClassName
{
color: #BEB60D;
}
.AnyTagClassName
{
color: #BEB60D;
}
</style>
background-color css
<style>
a { background-color: #BEB60D; }
a { background-color: rgb(190,182,13); }
div.DivClassName
{
background-color: #BEB60D;
}
.BgClassName
{
background-color: #BEB60D;
}
</style>
border-color css
<style>
span { border-color: #BEB60D; }
span { border-color: rgb(190,182,13); }
td.TdClassName
{
border-color: #BEB60D;
}
.TagClassName
{
border-color: #BEB60D;
}
</style>