Shades of Buddha Gold #BE9D1D
Tints of Buddha Gold #BE9D1D
RGB
CMYK
RGB Variations
Color information
#BE9D1D (or 0xBE9D1D) is known color: Buddha Gold. HEX triplet: BE, 9D and 1D. RGB value is (190,157,29). Sum of RGB (Red+Green+Blue) = 190+157+29=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9D1D is #4162E2. Grayscale: #989898. Windows color (decimal): -4285155 or 1940926. OLE color: 1940926.
HSL color Cylindrical-coordinate representation of color #BE9D1D: hue angle of 47.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE9D1D is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 157 | 29 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.25 |
| HSL | 47.7º | 0.74% | 0.43% | - |
| HSV(B) | 47.7º | 0.85% | 0.75% | - |
| XYZ | 33.51 | 35.15 | 6.18 | - |
| YUV | 152.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 157 | 29 | 0 | 0.17 | 0.85 | 0.25 | 47.7 | 0.74 | 0.43 |
| Hex | BE | 9D | 1D | 0 | 11 | 55 | 19 | 30 | 4A | 2B |
| Octal | 276 | 235 | 35 | 0 | 21 | 125 | 31 | 60 | 112 | 53 |
| Binary | 10111110 | 10011101 | 11101 | 0 | 10001 | 1010101 | 11001 | 110000 | 1001010 | 101011 |
Color Harmonies of #BE9D1D
Complementary color
Monochromatic Colors of #BE9D1D
Black with #BE9D1D
Text Example
Text Example
White with #BE9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9D1D; }
p { color: rgb(190,157,29); }
H1.HeaderClassName
{
color: #BE9D1D;
}
.AnyTagClassName
{
color: #BE9D1D;
}
</style>
background-color css
<style>
a { background-color: #BE9D1D; }
a { background-color: rgb(190,157,29); }
div.DivClassName
{
background-color: #BE9D1D;
}
.BgClassName
{
background-color: #BE9D1D;
}
</style>
border-color css
<style>
span { border-color: #BE9D1D; }
span { border-color: rgb(190,157,29); }
td.TdClassName
{
border-color: #BE9D1D;
}
.TagClassName
{
border-color: #BE9D1D;
}
</style>