Shades of Buddha Gold #BEA014
Tints of Buddha Gold #BEA014
RGB
CMYK
RGB Variations
Color information
#BEA014 (or 0xBEA014) is known color: Buddha Gold. HEX triplet: BE, A0 and 14. RGB value is (190,160,20). Sum of RGB (Red+Green+Blue) = 190+160+20=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA014 is #415FEB. Grayscale: #999999. Windows color (decimal): -4284396 or 1351870. OLE color: 1351870.
HSL color Cylindrical-coordinate representation of color #BEA014: hue angle of 49.41º 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 #BEA014 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 20 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.25 |
| HSL | 49.41º | 0.81% | 0.41% | - |
| HSV(B) | 49.41º | 0.89% | 0.75% | - |
| XYZ | 33.93 | 36.14 | 5.85 | - |
| YUV | 153.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 20 | 0 | 0.16 | 0.89 | 0.25 | 49.41 | 0.81 | 0.41 |
| Hex | BE | A0 | 14 | 0 | 10 | 59 | 19 | 31 | 51 | 29 |
| Octal | 276 | 240 | 24 | 0 | 20 | 131 | 31 | 61 | 121 | 51 |
| Binary | 10111110 | 10100000 | 10100 | 0 | 10000 | 1011001 | 11001 | 110001 | 1010001 | 101001 |
Color Harmonies of #BEA014
Complementary color
Monochromatic Colors of #BEA014
Black with #BEA014
Text Example
Text Example
White with #BEA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA014; }
p { color: rgb(190,160,20); }
H1.HeaderClassName
{
color: #BEA014;
}
.AnyTagClassName
{
color: #BEA014;
}
</style>
background-color css
<style>
a { background-color: #BEA014; }
a { background-color: rgb(190,160,20); }
div.DivClassName
{
background-color: #BEA014;
}
.BgClassName
{
background-color: #BEA014;
}
</style>
border-color css
<style>
span { border-color: #BEA014; }
span { border-color: rgb(190,160,20); }
td.TdClassName
{
border-color: #BEA014;
}
.TagClassName
{
border-color: #BEA014;
}
</style>