Shades of Buddha Gold #BE8E17
Tints of Buddha Gold #BE8E17
RGB
CMYK
RGB Variations
Color information
#BE8E17 (or 0xBE8E17) is known color: Buddha Gold. HEX triplet: BE, 8E and 17. RGB value is (190,142,23). Sum of RGB (Red+Green+Blue) = 190+142+23=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8E17 is #4171E8. Grayscale: #8F8F8F. Windows color (decimal): -4289001 or 1543870. OLE color: 1543870.
HSL color Cylindrical-coordinate representation of color #BE8E17: hue angle of 42.75º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE8E17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.25 |
| HSL | 42.75º | 0.78% | 0.42% | - |
| HSV(B) | 42.75º | 0.88% | 0.75% | - |
| XYZ | 31.06 | 30.36 | 5.03 | - |
| YUV | 142.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 23 | 0 | 0.25 | 0.88 | 0.25 | 42.75 | 0.78 | 0.42 |
| Hex | BE | 8E | 17 | 0 | 19 | 58 | 19 | 2B | 4E | 2A |
| Octal | 276 | 216 | 27 | 0 | 31 | 130 | 31 | 53 | 116 | 52 |
| Binary | 10111110 | 10001110 | 10111 | 0 | 11001 | 1011000 | 11001 | 101011 | 1001110 | 101010 |
Color Harmonies of #BE8E17
Complementary color
Monochromatic Colors of #BE8E17
Black with #BE8E17
Text Example
Text Example
White with #BE8E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E17; }
p { color: rgb(190,142,23); }
H1.HeaderClassName
{
color: #BE8E17;
}
.AnyTagClassName
{
color: #BE8E17;
}
</style>
background-color css
<style>
a { background-color: #BE8E17; }
a { background-color: rgb(190,142,23); }
div.DivClassName
{
background-color: #BE8E17;
}
.BgClassName
{
background-color: #BE8E17;
}
</style>
border-color css
<style>
span { border-color: #BE8E17; }
span { border-color: rgb(190,142,23); }
td.TdClassName
{
border-color: #BE8E17;
}
.TagClassName
{
border-color: #BE8E17;
}
</style>