Shades of Buddha Gold #BEA20B
Tints of Buddha Gold #BEA20B
RGB
CMYK
RGB Variations
Color information
#BEA20B (or 0xBEA20B) is known color: Buddha Gold. HEX triplet: BE, A2 and 0B. RGB value is (190,162,11). Sum of RGB (Red+Green+Blue) = 190+162+11=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA20B is #415DF4. Grayscale: #999999. Windows color (decimal): -4283893 or 762558. OLE color: 762558.
HSL color Cylindrical-coordinate representation of color #BEA20B: hue angle of 50.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BEA20B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 162 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.25 |
| HSL | 50.61º | 0.89% | 0.39% | - |
| HSV(B) | 50.61º | 0.94% | 0.75% | - |
| XYZ | 34.22 | 36.81 | 5.62 | - |
| YUV | 153.16 | 47.78 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 162 | 11 | 0 | 0.15 | 0.94 | 0.25 | 50.61 | 0.89 | 0.39 |
| Hex | BE | A2 | B | 0 | F | 5E | 19 | 33 | 59 | 27 |
| Octal | 276 | 242 | 13 | 0 | 17 | 136 | 31 | 63 | 131 | 47 |
| Binary | 10111110 | 10100010 | 1011 | 0 | 1111 | 1011110 | 11001 | 110011 | 1011001 | 100111 |
Color Harmonies of #BEA20B
Complementary color
Monochromatic Colors of #BEA20B
Black with #BEA20B
Text Example
Text Example
White with #BEA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA20B; }
p { color: rgb(190,162,11); }
H1.HeaderClassName
{
color: #BEA20B;
}
.AnyTagClassName
{
color: #BEA20B;
}
</style>
background-color css
<style>
a { background-color: #BEA20B; }
a { background-color: rgb(190,162,11); }
div.DivClassName
{
background-color: #BEA20B;
}
.BgClassName
{
background-color: #BEA20B;
}
</style>
border-color css
<style>
span { border-color: #BEA20B; }
span { border-color: rgb(190,162,11); }
td.TdClassName
{
border-color: #BEA20B;
}
.TagClassName
{
border-color: #BEA20B;
}
</style>