Shades of Buddha Gold #BE990D
Tints of Buddha Gold #BE990D
RGB
CMYK
RGB Variations
Color information
#BE990D (or 0xBE990D) is known color: Buddha Gold. HEX triplet: BE, 99 and 0D. RGB value is (190,153,13). Sum of RGB (Red+Green+Blue) = 190+153+13=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE990D is #4166F2. Grayscale: #949494. Windows color (decimal): -4286195 or 891326. OLE color: 891326.
HSL color Cylindrical-coordinate representation of color #BE990D: hue angle of 47.46º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE990D is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 13 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.25 |
| HSL | 47.46º | 0.87% | 0.4% | - |
| HSV(B) | 47.46º | 0.93% | 0.75% | - |
| XYZ | 32.7 | 33.76 | 5.17 | - |
| YUV | 148.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 13 | 0 | 0.19 | 0.93 | 0.25 | 47.46 | 0.87 | 0.4 |
| Hex | BE | 99 | D | 0 | 13 | 5D | 19 | 2F | 57 | 28 |
| Octal | 276 | 231 | 15 | 0 | 23 | 135 | 31 | 57 | 127 | 50 |
| Binary | 10111110 | 10011001 | 1101 | 0 | 10011 | 1011101 | 11001 | 101111 | 1010111 | 101000 |
Color Harmonies of #BE990D
Complementary color
Monochromatic Colors of #BE990D
Black with #BE990D
Text Example
Text Example
White with #BE990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE990D; }
p { color: rgb(190,153,13); }
H1.HeaderClassName
{
color: #BE990D;
}
.AnyTagClassName
{
color: #BE990D;
}
</style>
background-color css
<style>
a { background-color: #BE990D; }
a { background-color: rgb(190,153,13); }
div.DivClassName
{
background-color: #BE990D;
}
.BgClassName
{
background-color: #BE990D;
}
</style>
border-color css
<style>
span { border-color: #BE990D; }
span { border-color: rgb(190,153,13); }
td.TdClassName
{
border-color: #BE990D;
}
.TagClassName
{
border-color: #BE990D;
}
</style>