Shades of La Rioja #BEB808
Tints of La Rioja #BEB808
RGB
CMYK
RGB Variations
Color information
#BEB808 (or 0xBEB808) is known color: La Rioja. HEX triplet: BE, B8 and 08. RGB value is (190,184,8). Sum of RGB (Red+Green+Blue) = 190+184+8=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEB808 is #4147F7. Grayscale: #A6A6A6. Windows color (decimal): -4278264 or 571582. OLE color: 571582.
HSL color Cylindrical-coordinate representation of color #BEB808: hue angle of 58.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEB808 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.25 |
| HSL | 58.02º | 0.92% | 0.39% | - |
| HSV(B) | 58.02º | 0.96% | 0.75% | - |
| XYZ | 38.42 | 45.25 | 6.94 | - |
| YUV | 165.73 | 38.99 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 8 | 0 | 0.03 | 0.96 | 0.25 | 58.02 | 0.92 | 0.39 |
| Hex | BE | B8 | 8 | 0 | 3 | 60 | 19 | 3A | 5C | 27 |
| Octal | 276 | 270 | 10 | 0 | 3 | 140 | 31 | 72 | 134 | 47 |
| Binary | 10111110 | 10111000 | 1000 | 0 | 11 | 1100000 | 11001 | 111010 | 1011100 | 100111 |
Color Harmonies of #BEB808
Complementary color
Monochromatic Colors of #BEB808
Black with #BEB808
Text Example
Text Example
White with #BEB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB808; }
p { color: rgb(190,184,8); }
H1.HeaderClassName
{
color: #BEB808;
}
.AnyTagClassName
{
color: #BEB808;
}
</style>
background-color css
<style>
a { background-color: #BEB808; }
a { background-color: rgb(190,184,8); }
div.DivClassName
{
background-color: #BEB808;
}
.BgClassName
{
background-color: #BEB808;
}
</style>
border-color css
<style>
span { border-color: #BEB808; }
span { border-color: rgb(190,184,8); }
td.TdClassName
{
border-color: #BEB808;
}
.TagClassName
{
border-color: #BEB808;
}
</style>