Shades of Buddha Gold #BE8D19
Tints of Buddha Gold #BE8D19
RGB
CMYK
RGB Variations
Color information
#BE8D19 (or 0xBE8D19) is known color: Buddha Gold. HEX triplet: BE, 8D and 19. RGB value is (190,141,25). Sum of RGB (Red+Green+Blue) = 190+141+25=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D19 is #4172E6. Grayscale: #8E8E8E. Windows color (decimal): -4289255 or 1674686. OLE color: 1674686.
HSL color Cylindrical-coordinate representation of color #BE8D19: hue angle of 42.18º degrees, saturation: 0.77, 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 #BE8D19 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 141 | 25 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.25 |
| HSL | 42.18º | 0.77% | 0.42% | - |
| HSV(B) | 42.18º | 0.87% | 0.75% | - |
| XYZ | 30.94 | 30.07 | 5.09 | - |
| YUV | 142.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 25 | 0 | 0.26 | 0.87 | 0.25 | 42.18 | 0.77 | 0.42 |
| Hex | BE | 8D | 19 | 0 | 1A | 57 | 19 | 2A | 4D | 2A |
| Octal | 276 | 215 | 31 | 0 | 32 | 127 | 31 | 52 | 115 | 52 |
| Binary | 10111110 | 10001101 | 11001 | 0 | 11010 | 1010111 | 11001 | 101010 | 1001101 | 101010 |
Color Harmonies of #BE8D19
Complementary color
Monochromatic Colors of #BE8D19
Black with #BE8D19
Text Example
Text Example
White with #BE8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8D19; }
p { color: rgb(190,141,25); }
H1.HeaderClassName
{
color: #BE8D19;
}
.AnyTagClassName
{
color: #BE8D19;
}
</style>
background-color css
<style>
a { background-color: #BE8D19; }
a { background-color: rgb(190,141,25); }
div.DivClassName
{
background-color: #BE8D19;
}
.BgClassName
{
background-color: #BE8D19;
}
</style>
border-color css
<style>
span { border-color: #BE8D19; }
span { border-color: rgb(190,141,25); }
td.TdClassName
{
border-color: #BE8D19;
}
.TagClassName
{
border-color: #BE8D19;
}
</style>