Shades of La Rioja #BEB202
Tints of La Rioja #BEB202
RGB
CMYK
RGB Variations
Color information
#BEB202 (or 0xBEB202) is known color: La Rioja. HEX triplet: BE, B2 and 02. RGB value is (190,178,2). Sum of RGB (Red+Green+Blue) = 190+178+2=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB202 is #414DFD. Grayscale: #A2A2A2. Windows color (decimal): -4279806 or 176830. OLE color: 176830.
HSL color Cylindrical-coordinate representation of color #BEB202: hue angle of 56.17º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEB202 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 178 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.25 |
| HSL | 56.17º | 0.98% | 0.38% | - |
| HSV(B) | 56.17º | 0.99% | 0.75% | - |
| XYZ | 37.17 | 42.79 | 6.36 | - |
| YUV | 161.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 178 | 2 | 0 | 0.06 | 0.99 | 0.25 | 56.17 | 0.98 | 0.38 |
| Hex | BE | B2 | 2 | 0 | 6 | 63 | 19 | 38 | 62 | 26 |
| Octal | 276 | 262 | 2 | 0 | 6 | 143 | 31 | 70 | 142 | 46 |
| Binary | 10111110 | 10110010 | 10 | 0 | 110 | 1100011 | 11001 | 111000 | 1100010 | 100110 |
Color Harmonies of #BEB202
Complementary color
Monochromatic Colors of #BEB202
Black with #BEB202
Text Example
Text Example
White with #BEB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB202; }
p { color: rgb(190,178,2); }
H1.HeaderClassName
{
color: #BEB202;
}
.AnyTagClassName
{
color: #BEB202;
}
</style>
background-color css
<style>
a { background-color: #BEB202; }
a { background-color: rgb(190,178,2); }
div.DivClassName
{
background-color: #BEB202;
}
.BgClassName
{
background-color: #BEB202;
}
</style>
border-color css
<style>
span { border-color: #BEB202; }
span { border-color: rgb(190,178,2); }
td.TdClassName
{
border-color: #BEB202;
}
.TagClassName
{
border-color: #BEB202;
}
</style>