Shades of Buddha Gold #BE8F19
Tints of Buddha Gold #BE8F19
RGB
CMYK
RGB Variations
Color information
#BE8F19 (or 0xBE8F19) is known color: Buddha Gold. HEX triplet: BE, 8F and 19. RGB value is (190,143,25). Sum of RGB (Red+Green+Blue) = 190+143+25=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F19 is #4170E6. Grayscale: #909090. Windows color (decimal): -4288743 or 1675198. OLE color: 1675198.
HSL color Cylindrical-coordinate representation of color #BE8F19: hue angle of 42.91º 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 #BE8F19 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 25 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.25 |
| HSL | 42.91º | 0.77% | 0.42% | - |
| HSV(B) | 42.91º | 0.87% | 0.75% | - |
| XYZ | 31.23 | 30.66 | 5.19 | - |
| YUV | 143.6 | 61.07 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 25 | 0 | 0.25 | 0.87 | 0.25 | 42.91 | 0.77 | 0.42 |
| Hex | BE | 8F | 19 | 0 | 19 | 57 | 19 | 2B | 4D | 2A |
| Octal | 276 | 217 | 31 | 0 | 31 | 127 | 31 | 53 | 115 | 52 |
| Binary | 10111110 | 10001111 | 11001 | 0 | 11001 | 1010111 | 11001 | 101011 | 1001101 | 101010 |
Color Harmonies of #BE8F19
Complementary color
Monochromatic Colors of #BE8F19
Black with #BE8F19
Text Example
Text Example
White with #BE8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F19; }
p { color: rgb(190,143,25); }
H1.HeaderClassName
{
color: #BE8F19;
}
.AnyTagClassName
{
color: #BE8F19;
}
</style>
background-color css
<style>
a { background-color: #BE8F19; }
a { background-color: rgb(190,143,25); }
div.DivClassName
{
background-color: #BE8F19;
}
.BgClassName
{
background-color: #BE8F19;
}
</style>
border-color css
<style>
span { border-color: #BE8F19; }
span { border-color: rgb(190,143,25); }
td.TdClassName
{
border-color: #BE8F19;
}
.TagClassName
{
border-color: #BE8F19;
}
</style>