Shades of Buddha Gold #BE9A16
Tints of Buddha Gold #BE9A16
RGB
CMYK
RGB Variations
Color information
#BE9A16 (or 0xBE9A16) is known color: Buddha Gold. HEX triplet: BE, 9A and 16. RGB value is (190,154,22). Sum of RGB (Red+Green+Blue) = 190+154+22=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A16 is #4165E9. Grayscale: #969696. Windows color (decimal): -4285930 or 1481406. OLE color: 1481406.
HSL color Cylindrical-coordinate representation of color #BE9A16: hue angle of 47.14º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE9A16 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 154 | 22 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.25 |
| HSL | 47.14º | 0.79% | 0.42% | - |
| HSV(B) | 47.14º | 0.88% | 0.75% | - |
| XYZ | 32.94 | 34.12 | 5.61 | - |
| YUV | 149.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 154 | 22 | 0 | 0.19 | 0.88 | 0.25 | 47.14 | 0.79 | 0.42 |
| Hex | BE | 9A | 16 | 0 | 13 | 58 | 19 | 2F | 4F | 2A |
| Octal | 276 | 232 | 26 | 0 | 23 | 130 | 31 | 57 | 117 | 52 |
| Binary | 10111110 | 10011010 | 10110 | 0 | 10011 | 1011000 | 11001 | 101111 | 1001111 | 101010 |
Color Harmonies of #BE9A16
Complementary color
Monochromatic Colors of #BE9A16
Black with #BE9A16
Text Example
Text Example
White with #BE9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9A16; }
p { color: rgb(190,154,22); }
H1.HeaderClassName
{
color: #BE9A16;
}
.AnyTagClassName
{
color: #BE9A16;
}
</style>
background-color css
<style>
a { background-color: #BE9A16; }
a { background-color: rgb(190,154,22); }
div.DivClassName
{
background-color: #BE9A16;
}
.BgClassName
{
background-color: #BE9A16;
}
</style>
border-color css
<style>
span { border-color: #BE9A16; }
span { border-color: rgb(190,154,22); }
td.TdClassName
{
border-color: #BE9A16;
}
.TagClassName
{
border-color: #BE9A16;
}
</style>