Shades of Buddha Gold #BEA805
Tints of Buddha Gold #BEA805
RGB
CMYK
RGB Variations
Color information
#BEA805 (or 0xBEA805) is known color: Buddha Gold. HEX triplet: BE, A8 and 05. RGB value is (190,168,5). Sum of RGB (Red+Green+Blue) = 190+168+5=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA805 is #4157FA. Grayscale: #9C9C9C. Windows color (decimal): -4282363 or 370878. OLE color: 370878.
HSL color Cylindrical-coordinate representation of color #BEA805: hue angle of 52.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEA805 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 5 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.25 |
| HSL | 52.86º | 0.95% | 0.38% | - |
| HSV(B) | 52.86º | 0.97% | 0.75% | - |
| XYZ | 35.27 | 38.96 | 5.81 | - |
| YUV | 156 | 42.79 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 5 | 0 | 0.12 | 0.97 | 0.25 | 52.86 | 0.95 | 0.38 |
| Hex | BE | A8 | 5 | 0 | C | 61 | 19 | 35 | 5F | 26 |
| Octal | 276 | 250 | 5 | 0 | 14 | 141 | 31 | 65 | 137 | 46 |
| Binary | 10111110 | 10101000 | 101 | 0 | 1100 | 1100001 | 11001 | 110101 | 1011111 | 100110 |
Color Harmonies of #BEA805
Complementary color
Monochromatic Colors of #BEA805
Black with #BEA805
Text Example
Text Example
White with #BEA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA805; }
p { color: rgb(190,168,5); }
H1.HeaderClassName
{
color: #BEA805;
}
.AnyTagClassName
{
color: #BEA805;
}
</style>
background-color css
<style>
a { background-color: #BEA805; }
a { background-color: rgb(190,168,5); }
div.DivClassName
{
background-color: #BEA805;
}
.BgClassName
{
background-color: #BEA805;
}
</style>
border-color css
<style>
span { border-color: #BEA805; }
span { border-color: rgb(190,168,5); }
td.TdClassName
{
border-color: #BEA805;
}
.TagClassName
{
border-color: #BEA805;
}
</style>