Shades of La Rioja #BEBA08
Tints of La Rioja #BEBA08
RGB
CMYK
RGB Variations
Color information
#BEBA08 (or 0xBEBA08) is known color: La Rioja. HEX triplet: BE, BA and 08. RGB value is (190,186,8). Sum of RGB (Red+Green+Blue) = 190+186+8=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBA08 is #4145F7. Grayscale: #A7A7A7. Windows color (decimal): -4277752 or 572094. OLE color: 572094.
HSL color Cylindrical-coordinate representation of color #BEBA08: hue angle of 58.68º 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 #BEBA08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 186 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.25 |
| HSL | 58.68º | 0.92% | 0.39% | - |
| HSV(B) | 58.68º | 0.96% | 0.75% | - |
| XYZ | 38.84 | 46.08 | 7.08 | - |
| YUV | 166.9 | 38.33 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 186 | 8 | 0 | 0.02 | 0.96 | 0.25 | 58.68 | 0.92 | 0.39 |
| Hex | BE | BA | 8 | 0 | 2 | 60 | 19 | 3B | 5C | 27 |
| Octal | 276 | 272 | 10 | 0 | 2 | 140 | 31 | 73 | 134 | 47 |
| Binary | 10111110 | 10111010 | 1000 | 0 | 10 | 1100000 | 11001 | 111011 | 1011100 | 100111 |
Color Harmonies of #BEBA08
Complementary color
Monochromatic Colors of #BEBA08
Black with #BEBA08
Text Example
Text Example
White with #BEBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBA08; }
p { color: rgb(190,186,8); }
H1.HeaderClassName
{
color: #BEBA08;
}
.AnyTagClassName
{
color: #BEBA08;
}
</style>
background-color css
<style>
a { background-color: #BEBA08; }
a { background-color: rgb(190,186,8); }
div.DivClassName
{
background-color: #BEBA08;
}
.BgClassName
{
background-color: #BEBA08;
}
</style>
border-color css
<style>
span { border-color: #BEBA08; }
span { border-color: rgb(190,186,8); }
td.TdClassName
{
border-color: #BEBA08;
}
.TagClassName
{
border-color: #BEBA08;
}
</style>