Shades of Buddha Gold #BEA211
Tints of Buddha Gold #BEA211
RGB
CMYK
RGB Variations
Color information
#BEA211 (or 0xBEA211) is known color: Buddha Gold. HEX triplet: BE, A2 and 11. RGB value is (190,162,17). Sum of RGB (Red+Green+Blue) = 190+162+17=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA211 is #415DEE. Grayscale: #9A9A9A. Windows color (decimal): -4283887 or 1155774. OLE color: 1155774.
HSL color Cylindrical-coordinate representation of color #BEA211: hue angle of 50.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEA211 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 17 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.25 |
| HSL | 50.29º | 0.84% | 0.41% | - |
| HSV(B) | 50.29º | 0.91% | 0.75% | - |
| XYZ | 34.26 | 36.83 | 5.83 | - |
| YUV | 153.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 17 | 0 | 0.15 | 0.91 | 0.25 | 50.29 | 0.84 | 0.41 |
| Hex | BE | A2 | 11 | 0 | F | 5B | 19 | 32 | 54 | 29 |
| Octal | 276 | 242 | 21 | 0 | 17 | 133 | 31 | 62 | 124 | 51 |
| Binary | 10111110 | 10100010 | 10001 | 0 | 1111 | 1011011 | 11001 | 110010 | 1010100 | 101001 |
Color Harmonies of #BEA211
Complementary color
Monochromatic Colors of #BEA211
Black with #BEA211
Text Example
Text Example
White with #BEA211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA211; }
p { color: rgb(190,162,17); }
H1.HeaderClassName
{
color: #BEA211;
}
.AnyTagClassName
{
color: #BEA211;
}
</style>
background-color css
<style>
a { background-color: #BEA211; }
a { background-color: rgb(190,162,17); }
div.DivClassName
{
background-color: #BEA211;
}
.BgClassName
{
background-color: #BEA211;
}
</style>
border-color css
<style>
span { border-color: #BEA211; }
span { border-color: rgb(190,162,17); }
td.TdClassName
{
border-color: #BEA211;
}
.TagClassName
{
border-color: #BEA211;
}
</style>