Shades of Buddha Gold #BE981A
Tints of Buddha Gold #BE981A
RGB
CMYK
RGB Variations
Color information
#BE981A (or 0xBE981A) is known color: Buddha Gold. HEX triplet: BE, 98 and 1A. RGB value is (190,152,26). Sum of RGB (Red+Green+Blue) = 190+152+26=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE981A is #4167E5. Grayscale: #959595. Windows color (decimal): -4286438 or 1743038. OLE color: 1743038.
HSL color Cylindrical-coordinate representation of color #BE981A: hue angle of 46.1º 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 #BE981A is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 152 | 26 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.25 |
| HSL | 46.1º | 0.76% | 0.42% | - |
| HSV(B) | 46.1º | 0.86% | 0.75% | - |
| XYZ | 32.65 | 33.48 | 5.72 | - |
| YUV | 149 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 152 | 26 | 0 | 0.2 | 0.86 | 0.25 | 46.1 | 0.76 | 0.42 |
| Hex | BE | 98 | 1A | 0 | 14 | 56 | 19 | 2E | 4C | 2A |
| Octal | 276 | 230 | 32 | 0 | 24 | 126 | 31 | 56 | 114 | 52 |
| Binary | 10111110 | 10011000 | 11010 | 0 | 10100 | 1010110 | 11001 | 101110 | 1001100 | 101010 |
Color Harmonies of #BE981A
Complementary color
Monochromatic Colors of #BE981A
Black with #BE981A
Text Example
Text Example
White with #BE981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE981A; }
p { color: rgb(190,152,26); }
H1.HeaderClassName
{
color: #BE981A;
}
.AnyTagClassName
{
color: #BE981A;
}
</style>
background-color css
<style>
a { background-color: #BE981A; }
a { background-color: rgb(190,152,26); }
div.DivClassName
{
background-color: #BE981A;
}
.BgClassName
{
background-color: #BE981A;
}
</style>
border-color css
<style>
span { border-color: #BE981A; }
span { border-color: rgb(190,152,26); }
td.TdClassName
{
border-color: #BE981A;
}
.TagClassName
{
border-color: #BE981A;
}
</style>