Shades of Buddha Gold #BEA30F
Tints of Buddha Gold #BEA30F
RGB
CMYK
RGB Variations
Color information
#BEA30F (or 0xBEA30F) is known color: Buddha Gold. HEX triplet: BE, A3 and 0F. RGB value is (190,163,15). Sum of RGB (Red+Green+Blue) = 190+163+15=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30F is #415CF0. Grayscale: #9A9A9A. Windows color (decimal): -4283633 or 1024958. OLE color: 1024958.
HSL color Cylindrical-coordinate representation of color #BEA30F: hue angle of 50.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEA30F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 163 | 15 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.25 |
| HSL | 50.74º | 0.85% | 0.4% | - |
| HSV(B) | 50.74º | 0.92% | 0.75% | - |
| XYZ | 34.42 | 37.18 | 5.81 | - |
| YUV | 154.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 163 | 15 | 0 | 0.14 | 0.92 | 0.25 | 50.74 | 0.85 | 0.4 |
| Hex | BE | A3 | F | 0 | E | 5C | 19 | 33 | 55 | 28 |
| Octal | 276 | 243 | 17 | 0 | 16 | 134 | 31 | 63 | 125 | 50 |
| Binary | 10111110 | 10100011 | 1111 | 0 | 1110 | 1011100 | 11001 | 110011 | 1010101 | 101000 |
Color Harmonies of #BEA30F
Complementary color
Monochromatic Colors of #BEA30F
Black with #BEA30F
Text Example
Text Example
White with #BEA30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA30F; }
p { color: rgb(190,163,15); }
H1.HeaderClassName
{
color: #BEA30F;
}
.AnyTagClassName
{
color: #BEA30F;
}
</style>
background-color css
<style>
a { background-color: #BEA30F; }
a { background-color: rgb(190,163,15); }
div.DivClassName
{
background-color: #BEA30F;
}
.BgClassName
{
background-color: #BEA30F;
}
</style>
border-color css
<style>
span { border-color: #BEA30F; }
span { border-color: rgb(190,163,15); }
td.TdClassName
{
border-color: #BEA30F;
}
.TagClassName
{
border-color: #BEA30F;
}
</style>