Shades of Buddha Gold #BEA516
Tints of Buddha Gold #BEA516
RGB
CMYK
RGB Variations
Color information
#BEA516 (or 0xBEA516) is known color: Buddha Gold. HEX triplet: BE, A5 and 16. RGB value is (190,165,22). Sum of RGB (Red+Green+Blue) = 190+165+22=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA516 is #415AE9. Grayscale: #9C9C9C. Windows color (decimal): -4283114 or 1484222. OLE color: 1484222.
HSL color Cylindrical-coordinate representation of color #BEA516: hue angle of 51.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEA516 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 165 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.25 |
| HSL | 51.07º | 0.79% | 0.42% | - |
| HSV(B) | 51.07º | 0.88% | 0.75% | - |
| XYZ | 34.84 | 37.92 | 6.24 | - |
| YUV | 156.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 165 | 22 | 0 | 0.13 | 0.88 | 0.25 | 51.07 | 0.79 | 0.42 |
| Hex | BE | A5 | 16 | 0 | D | 58 | 19 | 33 | 4F | 2A |
| Octal | 276 | 245 | 26 | 0 | 15 | 130 | 31 | 63 | 117 | 52 |
| Binary | 10111110 | 10100101 | 10110 | 0 | 1101 | 1011000 | 11001 | 110011 | 1001111 | 101010 |
Color Harmonies of #BEA516
Complementary color
Monochromatic Colors of #BEA516
Black with #BEA516
Text Example
Text Example
White with #BEA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA516; }
p { color: rgb(190,165,22); }
H1.HeaderClassName
{
color: #BEA516;
}
.AnyTagClassName
{
color: #BEA516;
}
</style>
background-color css
<style>
a { background-color: #BEA516; }
a { background-color: rgb(190,165,22); }
div.DivClassName
{
background-color: #BEA516;
}
.BgClassName
{
background-color: #BEA516;
}
</style>
border-color css
<style>
span { border-color: #BEA516; }
span { border-color: rgb(190,165,22); }
td.TdClassName
{
border-color: #BEA516;
}
.TagClassName
{
border-color: #BEA516;
}
</style>