Shades of Buddha Gold #BE9E20
Tints of Buddha Gold #BE9E20
RGB
CMYK
RGB Variations
Color information
#BE9E20 (or 0xBE9E20) is known color: Buddha Gold. HEX triplet: BE, 9E and 20. RGB value is (190,158,32). Sum of RGB (Red+Green+Blue) = 190+158+32=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E20 is #4161DF. Grayscale: #999999. Windows color (decimal): -4284896 or 2137790. OLE color: 2137790.
HSL color Cylindrical-coordinate representation of color #BE9E20: hue angle of 47.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE9E20 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 158 | 32 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.25 |
| HSL | 47.85º | 0.71% | 0.44% | - |
| HSV(B) | 47.85º | 0.83% | 0.75% | - |
| XYZ | 33.72 | 35.51 | 6.44 | - |
| YUV | 153.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 158 | 32 | 0 | 0.17 | 0.83 | 0.25 | 47.85 | 0.71 | 0.44 |
| Hex | BE | 9E | 20 | 0 | 11 | 53 | 19 | 30 | 47 | 2C |
| Octal | 276 | 236 | 40 | 0 | 21 | 123 | 31 | 60 | 107 | 54 |
| Binary | 10111110 | 10011110 | 100000 | 0 | 10001 | 1010011 | 11001 | 110000 | 1000111 | 101100 |
Color Harmonies of #BE9E20
Complementary color
Monochromatic Colors of #BE9E20
Black with #BE9E20
Text Example
Text Example
White with #BE9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9E20; }
p { color: rgb(190,158,32); }
H1.HeaderClassName
{
color: #BE9E20;
}
.AnyTagClassName
{
color: #BE9E20;
}
</style>
background-color css
<style>
a { background-color: #BE9E20; }
a { background-color: rgb(190,158,32); }
div.DivClassName
{
background-color: #BE9E20;
}
.BgClassName
{
background-color: #BE9E20;
}
</style>
border-color css
<style>
span { border-color: #BE9E20; }
span { border-color: rgb(190,158,32); }
td.TdClassName
{
border-color: #BE9E20;
}
.TagClassName
{
border-color: #BE9E20;
}
</style>