Shades of Buddha Gold #BE931A
Tints of Buddha Gold #BE931A
RGB
CMYK
RGB Variations
Color information
#BE931A (or 0xBE931A) is known color: Buddha Gold. HEX triplet: BE, 93 and 1A. RGB value is (190,147,26). Sum of RGB (Red+Green+Blue) = 190+147+26=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE931A is #416CE5. Grayscale: #929292. Windows color (decimal): -4287718 or 1741758. OLE color: 1741758.
HSL color Cylindrical-coordinate representation of color #BE931A: hue angle of 44.27º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE931A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 26 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.25 |
| HSL | 44.27º | 0.76% | 0.42% | - |
| HSV(B) | 44.27º | 0.86% | 0.75% | - |
| XYZ | 31.86 | 31.89 | 5.45 | - |
| YUV | 146.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 26 | 0 | 0.23 | 0.86 | 0.25 | 44.27 | 0.76 | 0.42 |
| Hex | BE | 93 | 1A | 0 | 17 | 56 | 19 | 2C | 4C | 2A |
| Octal | 276 | 223 | 32 | 0 | 27 | 126 | 31 | 54 | 114 | 52 |
| Binary | 10111110 | 10010011 | 11010 | 0 | 10111 | 1010110 | 11001 | 101100 | 1001100 | 101010 |
Color Harmonies of #BE931A
Complementary color
Monochromatic Colors of #BE931A
Black with #BE931A
Text Example
Text Example
White with #BE931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE931A; }
p { color: rgb(190,147,26); }
H1.HeaderClassName
{
color: #BE931A;
}
.AnyTagClassName
{
color: #BE931A;
}
</style>
background-color css
<style>
a { background-color: #BE931A; }
a { background-color: rgb(190,147,26); }
div.DivClassName
{
background-color: #BE931A;
}
.BgClassName
{
background-color: #BE931A;
}
</style>
border-color css
<style>
span { border-color: #BE931A; }
span { border-color: rgb(190,147,26); }
td.TdClassName
{
border-color: #BE931A;
}
.TagClassName
{
border-color: #BE931A;
}
</style>