Shades of Buddha Gold #BEA20D
Tints of Buddha Gold #BEA20D
RGB
CMYK
RGB Variations
Color information
#BEA20D (or 0xBEA20D) is known color: Buddha Gold. HEX triplet: BE, A2 and 0D. RGB value is (190,162,13). Sum of RGB (Red+Green+Blue) = 190+162+13=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20D is #415DF2. Grayscale: #9A9A9A. Windows color (decimal): -4283891 or 893630. OLE color: 893630.
HSL color Cylindrical-coordinate representation of color #BEA20D: hue angle of 50.51º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEA20D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.25 |
| HSL | 50.51º | 0.87% | 0.4% | - |
| HSV(B) | 50.51º | 0.93% | 0.75% | - |
| XYZ | 34.23 | 36.82 | 5.68 | - |
| YUV | 153.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 13 | 0 | 0.15 | 0.93 | 0.25 | 50.51 | 0.87 | 0.4 |
| Hex | BE | A2 | D | 0 | F | 5D | 19 | 33 | 57 | 28 |
| Octal | 276 | 242 | 15 | 0 | 17 | 135 | 31 | 63 | 127 | 50 |
| Binary | 10111110 | 10100010 | 1101 | 0 | 1111 | 1011101 | 11001 | 110011 | 1010111 | 101000 |
Color Harmonies of #BEA20D
Complementary color
Monochromatic Colors of #BEA20D
Black with #BEA20D
Text Example
Text Example
White with #BEA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA20D; }
p { color: rgb(190,162,13); }
H1.HeaderClassName
{
color: #BEA20D;
}
.AnyTagClassName
{
color: #BEA20D;
}
</style>
background-color css
<style>
a { background-color: #BEA20D; }
a { background-color: rgb(190,162,13); }
div.DivClassName
{
background-color: #BEA20D;
}
.BgClassName
{
background-color: #BEA20D;
}
</style>
border-color css
<style>
span { border-color: #BEA20D; }
span { border-color: rgb(190,162,13); }
td.TdClassName
{
border-color: #BEA20D;
}
.TagClassName
{
border-color: #BEA20D;
}
</style>