Shades of La Rioja #BEBB02
Tints of La Rioja #BEBB02
RGB
CMYK
RGB Variations
Color information
#BEBB02 (or 0xBEBB02) is known color: La Rioja. HEX triplet: BE, BB and 02. RGB value is (190,187,2). Sum of RGB (Red+Green+Blue) = 190+187+2=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBB02 is #4144FD. Grayscale: #A7A7A7. Windows color (decimal): -4277502 or 179134. OLE color: 179134.
HSL color Cylindrical-coordinate representation of color #BEBB02: hue angle of 59.04º 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 #BEBB02 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.25 |
| HSL | 59.04º | 0.98% | 0.38% | - |
| HSV(B) | 59.04º | 0.99% | 0.75% | - |
| XYZ | 39.02 | 46.49 | 6.97 | - |
| YUV | 166.81 | 34.99 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 2 | 0 | 0.02 | 0.99 | 0.25 | 59.04 | 0.98 | 0.38 |
| Hex | BE | BB | 2 | 0 | 2 | 63 | 19 | 3B | 62 | 26 |
| Octal | 276 | 273 | 2 | 0 | 2 | 143 | 31 | 73 | 142 | 46 |
| Binary | 10111110 | 10111011 | 10 | 0 | 10 | 1100011 | 11001 | 111011 | 1100010 | 100110 |
Color Harmonies of #BEBB02
Complementary color
Monochromatic Colors of #BEBB02
Black with #BEBB02
Text Example
Text Example
White with #BEBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBB02; }
p { color: rgb(190,187,2); }
H1.HeaderClassName
{
color: #BEBB02;
}
.AnyTagClassName
{
color: #BEBB02;
}
</style>
background-color css
<style>
a { background-color: #BEBB02; }
a { background-color: rgb(190,187,2); }
div.DivClassName
{
background-color: #BEBB02;
}
.BgClassName
{
background-color: #BEBB02;
}
</style>
border-color css
<style>
span { border-color: #BEBB02; }
span { border-color: rgb(190,187,2); }
td.TdClassName
{
border-color: #BEBB02;
}
.TagClassName
{
border-color: #BEBB02;
}
</style>