Shades of La Rioja #BEB102
Tints of La Rioja #BEB102
RGB
CMYK
RGB Variations
Color information
#BEB102 (or 0xBEB102) is known color: La Rioja. HEX triplet: BE, B1 and 02. RGB value is (190,177,2). Sum of RGB (Red+Green+Blue) = 190+177+2=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB102 is #414EFD. Grayscale: #A1A1A1. Windows color (decimal): -4280062 or 176574. OLE color: 176574.
HSL color Cylindrical-coordinate representation of color #BEB102: hue angle of 55.85º 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 #BEB102 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.25 |
| HSL | 55.85º | 0.98% | 0.38% | - |
| HSV(B) | 55.85º | 0.99% | 0.75% | - |
| XYZ | 36.97 | 42.4 | 6.29 | - |
| YUV | 160.94 | 38.31 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 2 | 0 | 0.07 | 0.99 | 0.25 | 55.85 | 0.98 | 0.38 |
| Hex | BE | B1 | 2 | 0 | 7 | 63 | 19 | 38 | 62 | 26 |
| Octal | 276 | 261 | 2 | 0 | 7 | 143 | 31 | 70 | 142 | 46 |
| Binary | 10111110 | 10110001 | 10 | 0 | 111 | 1100011 | 11001 | 111000 | 1100010 | 100110 |
Color Harmonies of #BEB102
Complementary color
Monochromatic Colors of #BEB102
Black with #BEB102
Text Example
Text Example
White with #BEB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB102; }
p { color: rgb(190,177,2); }
H1.HeaderClassName
{
color: #BEB102;
}
.AnyTagClassName
{
color: #BEB102;
}
</style>
background-color css
<style>
a { background-color: #BEB102; }
a { background-color: rgb(190,177,2); }
div.DivClassName
{
background-color: #BEB102;
}
.BgClassName
{
background-color: #BEB102;
}
</style>
border-color css
<style>
span { border-color: #BEB102; }
span { border-color: rgb(190,177,2); }
td.TdClassName
{
border-color: #BEB102;
}
.TagClassName
{
border-color: #BEB102;
}
</style>