Shades of Buddha Gold #BEA314
Tints of Buddha Gold #BEA314
RGB
CMYK
RGB Variations
Color information
#BEA314 (or 0xBEA314) is known color: Buddha Gold. HEX triplet: BE, A3 and 14. RGB value is (190,163,20). Sum of RGB (Red+Green+Blue) = 190+163+20=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA314 is #415CEB. Grayscale: #9B9B9B. Windows color (decimal): -4283628 or 1352638. OLE color: 1352638.
HSL color Cylindrical-coordinate representation of color #BEA314: hue angle of 50.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEA314 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 20 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.25 |
| HSL | 50.47º | 0.81% | 0.41% | - |
| HSV(B) | 50.47º | 0.89% | 0.75% | - |
| XYZ | 34.46 | 37.19 | 6.02 | - |
| YUV | 154.77 | 51.95 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 20 | 0 | 0.14 | 0.89 | 0.25 | 50.47 | 0.81 | 0.41 |
| Hex | BE | A3 | 14 | 0 | E | 59 | 19 | 32 | 51 | 29 |
| Octal | 276 | 243 | 24 | 0 | 16 | 131 | 31 | 62 | 121 | 51 |
| Binary | 10111110 | 10100011 | 10100 | 0 | 1110 | 1011001 | 11001 | 110010 | 1010001 | 101001 |
Color Harmonies of #BEA314
Complementary color
Monochromatic Colors of #BEA314
Black with #BEA314
Text Example
Text Example
White with #BEA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA314; }
p { color: rgb(190,163,20); }
H1.HeaderClassName
{
color: #BEA314;
}
.AnyTagClassName
{
color: #BEA314;
}
</style>
background-color css
<style>
a { background-color: #BEA314; }
a { background-color: rgb(190,163,20); }
div.DivClassName
{
background-color: #BEA314;
}
.BgClassName
{
background-color: #BEA314;
}
</style>
border-color css
<style>
span { border-color: #BEA314; }
span { border-color: rgb(190,163,20); }
td.TdClassName
{
border-color: #BEA314;
}
.TagClassName
{
border-color: #BEA314;
}
</style>