Shades of Buddha Gold #BE990C
Tints of Buddha Gold #BE990C
RGB
CMYK
RGB Variations
Color information
#BE990C (or 0xBE990C) is known color: Buddha Gold. HEX triplet: BE, 99 and 0C. RGB value is (190,153,12). Sum of RGB (Red+Green+Blue) = 190+153+12=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE990C is #4166F3. Grayscale: #949494. Windows color (decimal): -4286196 or 825790. OLE color: 825790.
HSL color Cylindrical-coordinate representation of color #BE990C: hue angle of 47.53º 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 #BE990C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.25 |
| HSL | 47.53º | 0.88% | 0.4% | - |
| HSV(B) | 47.53º | 0.94% | 0.75% | - |
| XYZ | 32.69 | 33.76 | 5.14 | - |
| YUV | 147.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 12 | 0 | 0.19 | 0.94 | 0.25 | 47.53 | 0.88 | 0.4 |
| Hex | BE | 99 | C | 0 | 13 | 5E | 19 | 30 | 58 | 28 |
| Octal | 276 | 231 | 14 | 0 | 23 | 136 | 31 | 60 | 130 | 50 |
| Binary | 10111110 | 10011001 | 1100 | 0 | 10011 | 1011110 | 11001 | 110000 | 1011000 | 101000 |
Color Harmonies of #BE990C
Complementary color
Monochromatic Colors of #BE990C
Black with #BE990C
Text Example
Text Example
White with #BE990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE990C; }
p { color: rgb(190,153,12); }
H1.HeaderClassName
{
color: #BE990C;
}
.AnyTagClassName
{
color: #BE990C;
}
</style>
background-color css
<style>
a { background-color: #BE990C; }
a { background-color: rgb(190,153,12); }
div.DivClassName
{
background-color: #BE990C;
}
.BgClassName
{
background-color: #BE990C;
}
</style>
border-color css
<style>
span { border-color: #BE990C; }
span { border-color: rgb(190,153,12); }
td.TdClassName
{
border-color: #BE990C;
}
.TagClassName
{
border-color: #BE990C;
}
</style>