Shades of Buddha Gold #BE8F17
Tints of Buddha Gold #BE8F17
RGB
CMYK
RGB Variations
Color information
#BE8F17 (or 0xBE8F17) is known color: Buddha Gold. HEX triplet: BE, 8F and 17. RGB value is (190,143,23). Sum of RGB (Red+Green+Blue) = 190+143+23=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8F17 is #4170E8. Grayscale: #8F8F8F. Windows color (decimal): -4288745 or 1544126. OLE color: 1544126.
HSL color Cylindrical-coordinate representation of color #BE8F17: hue angle of 43.11º 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 #BE8F17 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 23 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.25 |
| HSL | 43.11º | 0.78% | 0.42% | - |
| HSV(B) | 43.11º | 0.88% | 0.75% | - |
| XYZ | 31.21 | 30.65 | 5.08 | - |
| YUV | 143.37 | 60.07 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 23 | 0 | 0.25 | 0.88 | 0.25 | 43.11 | 0.78 | 0.42 |
| Hex | BE | 8F | 17 | 0 | 19 | 58 | 19 | 2B | 4E | 2A |
| Octal | 276 | 217 | 27 | 0 | 31 | 130 | 31 | 53 | 116 | 52 |
| Binary | 10111110 | 10001111 | 10111 | 0 | 11001 | 1011000 | 11001 | 101011 | 1001110 | 101010 |
Color Harmonies of #BE8F17
Complementary color
Monochromatic Colors of #BE8F17
Black with #BE8F17
Text Example
Text Example
White with #BE8F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F17; }
p { color: rgb(190,143,23); }
H1.HeaderClassName
{
color: #BE8F17;
}
.AnyTagClassName
{
color: #BE8F17;
}
</style>
background-color css
<style>
a { background-color: #BE8F17; }
a { background-color: rgb(190,143,23); }
div.DivClassName
{
background-color: #BE8F17;
}
.BgClassName
{
background-color: #BE8F17;
}
</style>
border-color css
<style>
span { border-color: #BE8F17; }
span { border-color: rgb(190,143,23); }
td.TdClassName
{
border-color: #BE8F17;
}
.TagClassName
{
border-color: #BE8F17;
}
</style>