Shades of Buddha Gold #BE950C
Tints of Buddha Gold #BE950C
RGB
CMYK
RGB Variations
Color information
#BE950C (or 0xBE950C) is known color: Buddha Gold. HEX triplet: BE, 95 and 0C. RGB value is (190,149,12). Sum of RGB (Red+Green+Blue) = 190+149+12=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE950C is #416AF3. Grayscale: #929292. Windows color (decimal): -4287220 or 824766. OLE color: 824766.
HSL color Cylindrical-coordinate representation of color #BE950C: hue angle of 46.18º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE950C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 149 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.25 |
| HSL | 46.18º | 0.88% | 0.4% | - |
| HSV(B) | 46.18º | 0.94% | 0.75% | - |
| XYZ | 32.05 | 32.47 | 4.93 | - |
| YUV | 145.64 | 52.58 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 12 | 0 | 0.22 | 0.94 | 0.25 | 46.18 | 0.88 | 0.4 |
| Hex | BE | 95 | C | 0 | 16 | 5E | 19 | 2E | 58 | 28 |
| Octal | 276 | 225 | 14 | 0 | 26 | 136 | 31 | 56 | 130 | 50 |
| Binary | 10111110 | 10010101 | 1100 | 0 | 10110 | 1011110 | 11001 | 101110 | 1011000 | 101000 |
Color Harmonies of #BE950C
Complementary color
Monochromatic Colors of #BE950C
Black with #BE950C
Text Example
Text Example
White with #BE950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE950C; }
p { color: rgb(190,149,12); }
H1.HeaderClassName
{
color: #BE950C;
}
.AnyTagClassName
{
color: #BE950C;
}
</style>
background-color css
<style>
a { background-color: #BE950C; }
a { background-color: rgb(190,149,12); }
div.DivClassName
{
background-color: #BE950C;
}
.BgClassName
{
background-color: #BE950C;
}
</style>
border-color css
<style>
span { border-color: #BE950C; }
span { border-color: rgb(190,149,12); }
td.TdClassName
{
border-color: #BE950C;
}
.TagClassName
{
border-color: #BE950C;
}
</style>