Shades of Buddha Gold #BEA20E
Tints of Buddha Gold #BEA20E
RGB
CMYK
RGB Variations
Color information
#BEA20E (or 0xBEA20E) is known color: Buddha Gold. HEX triplet: BE, A2 and 0E. RGB value is (190,162,14). Sum of RGB (Red+Green+Blue) = 190+162+14=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20E is #415DF1. Grayscale: #9A9A9A. Windows color (decimal): -4283890 or 959166. OLE color: 959166.
HSL color Cylindrical-coordinate representation of color #BEA20E: hue angle of 50.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEA20E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.25 |
| HSL | 50.45º | 0.86% | 0.4% | - |
| HSV(B) | 50.45º | 0.93% | 0.75% | - |
| XYZ | 34.23 | 36.82 | 5.72 | - |
| YUV | 153.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 14 | 0 | 0.15 | 0.93 | 0.25 | 50.45 | 0.86 | 0.4 |
| Hex | BE | A2 | E | 0 | F | 5D | 19 | 32 | 56 | 28 |
| Octal | 276 | 242 | 16 | 0 | 17 | 135 | 31 | 62 | 126 | 50 |
| Binary | 10111110 | 10100010 | 1110 | 0 | 1111 | 1011101 | 11001 | 110010 | 1010110 | 101000 |
Color Harmonies of #BEA20E
Complementary color
Monochromatic Colors of #BEA20E
Black with #BEA20E
Text Example
Text Example
White with #BEA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA20E; }
p { color: rgb(190,162,14); }
H1.HeaderClassName
{
color: #BEA20E;
}
.AnyTagClassName
{
color: #BEA20E;
}
</style>
background-color css
<style>
a { background-color: #BEA20E; }
a { background-color: rgb(190,162,14); }
div.DivClassName
{
background-color: #BEA20E;
}
.BgClassName
{
background-color: #BEA20E;
}
</style>
border-color css
<style>
span { border-color: #BEA20E; }
span { border-color: rgb(190,162,14); }
td.TdClassName
{
border-color: #BEA20E;
}
.TagClassName
{
border-color: #BEA20E;
}
</style>