Shades of Buddha Gold #BE990F
Tints of Buddha Gold #BE990F
RGB
CMYK
RGB Variations
Color information
#BE990F (or 0xBE990F) is known color: Buddha Gold. HEX triplet: BE, 99 and 0F. RGB value is (190,153,15). Sum of RGB (Red+Green+Blue) = 190+153+15=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE990F is #4166F0. Grayscale: #949494. Windows color (decimal): -4286193 or 1022398. OLE color: 1022398.
HSL color Cylindrical-coordinate representation of color #BE990F: hue angle of 47.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE990F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.25 |
| HSL | 47.31º | 0.85% | 0.4% | - |
| HSV(B) | 47.31º | 0.92% | 0.75% | - |
| XYZ | 32.71 | 33.76 | 5.24 | - |
| YUV | 148.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 15 | 0 | 0.19 | 0.92 | 0.25 | 47.31 | 0.85 | 0.4 |
| Hex | BE | 99 | F | 0 | 13 | 5C | 19 | 2F | 55 | 28 |
| Octal | 276 | 231 | 17 | 0 | 23 | 134 | 31 | 57 | 125 | 50 |
| Binary | 10111110 | 10011001 | 1111 | 0 | 10011 | 1011100 | 11001 | 101111 | 1010101 | 101000 |
Color Harmonies of #BE990F
Complementary color
Monochromatic Colors of #BE990F
Black with #BE990F
Text Example
Text Example
White with #BE990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE990F; }
p { color: rgb(190,153,15); }
H1.HeaderClassName
{
color: #BE990F;
}
.AnyTagClassName
{
color: #BE990F;
}
</style>
background-color css
<style>
a { background-color: #BE990F; }
a { background-color: rgb(190,153,15); }
div.DivClassName
{
background-color: #BE990F;
}
.BgClassName
{
background-color: #BE990F;
}
</style>
border-color css
<style>
span { border-color: #BE990F; }
span { border-color: rgb(190,153,15); }
td.TdClassName
{
border-color: #BE990F;
}
.TagClassName
{
border-color: #BE990F;
}
</style>