Shades of Buddha Gold #BE8F1A
Tints of Buddha Gold #BE8F1A
RGB
CMYK
RGB Variations
Color information
#BE8F1A (or 0xBE8F1A) is known color: Buddha Gold. HEX triplet: BE, 8F and 1A. RGB value is (190,143,26). Sum of RGB (Red+Green+Blue) = 190+143+26=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F1A is #4170E5. Grayscale: #909090. Windows color (decimal): -4288742 or 1740734. OLE color: 1740734.
HSL color Cylindrical-coordinate representation of color #BE8F1A: hue angle of 42.8º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE8F1A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 26 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.25 |
| HSL | 42.8º | 0.76% | 0.42% | - |
| HSV(B) | 42.8º | 0.86% | 0.75% | - |
| XYZ | 31.24 | 30.67 | 5.25 | - |
| YUV | 143.72 | 61.57 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 26 | 0 | 0.25 | 0.86 | 0.25 | 42.8 | 0.76 | 0.42 |
| Hex | BE | 8F | 1A | 0 | 19 | 56 | 19 | 2B | 4C | 2A |
| Octal | 276 | 217 | 32 | 0 | 31 | 126 | 31 | 53 | 114 | 52 |
| Binary | 10111110 | 10001111 | 11010 | 0 | 11001 | 1010110 | 11001 | 101011 | 1001100 | 101010 |
Color Harmonies of #BE8F1A
Complementary color
Monochromatic Colors of #BE8F1A
Black with #BE8F1A
Text Example
Text Example
White with #BE8F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F1A; }
p { color: rgb(190,143,26); }
H1.HeaderClassName
{
color: #BE8F1A;
}
.AnyTagClassName
{
color: #BE8F1A;
}
</style>
background-color css
<style>
a { background-color: #BE8F1A; }
a { background-color: rgb(190,143,26); }
div.DivClassName
{
background-color: #BE8F1A;
}
.BgClassName
{
background-color: #BE8F1A;
}
</style>
border-color css
<style>
span { border-color: #BE8F1A; }
span { border-color: rgb(190,143,26); }
td.TdClassName
{
border-color: #BE8F1A;
}
.TagClassName
{
border-color: #BE8F1A;
}
</style>