Shades of Buddha Gold #BEA30C
Tints of Buddha Gold #BEA30C
RGB
CMYK
RGB Variations
Color information
#BEA30C (or 0xBEA30C) is known color: Buddha Gold. HEX triplet: BE, A3 and 0C. RGB value is (190,163,12). Sum of RGB (Red+Green+Blue) = 190+163+12=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30C is #415CF3. Grayscale: #9A9A9A. Windows color (decimal): -4283636 or 828350. OLE color: 828350.
HSL color Cylindrical-coordinate representation of color #BEA30C: hue angle of 50.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEA30C is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 12 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.25 |
| HSL | 50.9º | 0.88% | 0.4% | - |
| HSV(B) | 50.9º | 0.94% | 0.75% | - |
| XYZ | 34.4 | 37.17 | 5.71 | - |
| YUV | 153.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 12 | 0 | 0.14 | 0.94 | 0.25 | 50.9 | 0.88 | 0.4 |
| Hex | BE | A3 | C | 0 | E | 5E | 19 | 33 | 58 | 28 |
| Octal | 276 | 243 | 14 | 0 | 16 | 136 | 31 | 63 | 130 | 50 |
| Binary | 10111110 | 10100011 | 1100 | 0 | 1110 | 1011110 | 11001 | 110011 | 1011000 | 101000 |
Color Harmonies of #BEA30C
Complementary color
Monochromatic Colors of #BEA30C
Black with #BEA30C
Text Example
Text Example
White with #BEA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA30C; }
p { color: rgb(190,163,12); }
H1.HeaderClassName
{
color: #BEA30C;
}
.AnyTagClassName
{
color: #BEA30C;
}
</style>
background-color css
<style>
a { background-color: #BEA30C; }
a { background-color: rgb(190,163,12); }
div.DivClassName
{
background-color: #BEA30C;
}
.BgClassName
{
background-color: #BEA30C;
}
</style>
border-color css
<style>
span { border-color: #BEA30C; }
span { border-color: rgb(190,163,12); }
td.TdClassName
{
border-color: #BEA30C;
}
.TagClassName
{
border-color: #BEA30C;
}
</style>