Shades of Buddha Gold #BE9818
Tints of Buddha Gold #BE9818
RGB
CMYK
RGB Variations
Color information
#BE9818 (or 0xBE9818) is known color: Buddha Gold. HEX triplet: BE, 98 and 18. RGB value is (190,152,24). Sum of RGB (Red+Green+Blue) = 190+152+24=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9818 is #4167E7. Grayscale: #959595. Windows color (decimal): -4286440 or 1611966. OLE color: 1611966.
HSL color Cylindrical-coordinate representation of color #BE9818: hue angle of 46.27º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE9818 is Cyan = 0, Magento = 0.2, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 24 | - |
| CMYK | 0 | 0.2 | 0.87 | 0.25 |
| HSL | 46.27º | 0.78% | 0.42% | - |
| HSV(B) | 46.27º | 0.87% | 0.75% | - |
| XYZ | 32.63 | 33.47 | 5.6 | - |
| YUV | 148.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 24 | 0 | 0.2 | 0.87 | 0.25 | 46.27 | 0.78 | 0.42 |
| Hex | BE | 98 | 18 | 0 | 14 | 57 | 19 | 2E | 4E | 2A |
| Octal | 276 | 230 | 30 | 0 | 24 | 127 | 31 | 56 | 116 | 52 |
| Binary | 10111110 | 10011000 | 11000 | 0 | 10100 | 1010111 | 11001 | 101110 | 1001110 | 101010 |
Color Harmonies of #BE9818
Complementary color
Monochromatic Colors of #BE9818
Black with #BE9818
Text Example
Text Example
White with #BE9818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9818; }
p { color: rgb(190,152,24); }
H1.HeaderClassName
{
color: #BE9818;
}
.AnyTagClassName
{
color: #BE9818;
}
</style>
background-color css
<style>
a { background-color: #BE9818; }
a { background-color: rgb(190,152,24); }
div.DivClassName
{
background-color: #BE9818;
}
.BgClassName
{
background-color: #BE9818;
}
</style>
border-color css
<style>
span { border-color: #BE9818; }
span { border-color: rgb(190,152,24); }
td.TdClassName
{
border-color: #BE9818;
}
.TagClassName
{
border-color: #BE9818;
}
</style>