Shades of Buddha Gold #BEA407
Tints of Buddha Gold #BEA407
RGB
CMYK
RGB Variations
Color information
#BEA407 (or 0xBEA407) is known color: Buddha Gold. HEX triplet: BE, A4 and 07. RGB value is (190,164,7). Sum of RGB (Red+Green+Blue) = 190+164+7=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA407 is #415BF8. Grayscale: #9A9A9A. Windows color (decimal): -4283385 or 500926. OLE color: 500926.
HSL color Cylindrical-coordinate representation of color #BEA407: hue angle of 51.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEA407 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 7 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.25 |
| HSL | 51.48º | 0.93% | 0.39% | - |
| HSV(B) | 51.48º | 0.96% | 0.75% | - |
| XYZ | 34.55 | 37.51 | 5.62 | - |
| YUV | 153.88 | 45.11 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 7 | 0 | 0.14 | 0.96 | 0.25 | 51.48 | 0.93 | 0.39 |
| Hex | BE | A4 | 7 | 0 | E | 60 | 19 | 33 | 5D | 27 |
| Octal | 276 | 244 | 7 | 0 | 16 | 140 | 31 | 63 | 135 | 47 |
| Binary | 10111110 | 10100100 | 111 | 0 | 1110 | 1100000 | 11001 | 110011 | 1011101 | 100111 |
Color Harmonies of #BEA407
Complementary color
Monochromatic Colors of #BEA407
Black with #BEA407
Text Example
Text Example
White with #BEA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA407; }
p { color: rgb(190,164,7); }
H1.HeaderClassName
{
color: #BEA407;
}
.AnyTagClassName
{
color: #BEA407;
}
</style>
background-color css
<style>
a { background-color: #BEA407; }
a { background-color: rgb(190,164,7); }
div.DivClassName
{
background-color: #BEA407;
}
.BgClassName
{
background-color: #BEA407;
}
</style>
border-color css
<style>
span { border-color: #BEA407; }
span { border-color: rgb(190,164,7); }
td.TdClassName
{
border-color: #BEA407;
}
.TagClassName
{
border-color: #BEA407;
}
</style>