Shades of Buddha Gold #BEA00D
Tints of Buddha Gold #BEA00D
RGB
CMYK
RGB Variations
Color information
#BEA00D (or 0xBEA00D) is known color: Buddha Gold. HEX triplet: BE, A0 and 0D. RGB value is (190,160,13). Sum of RGB (Red+Green+Blue) = 190+160+13=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA00D is #415FF2. Grayscale: #989898. Windows color (decimal): -4284403 or 893118. OLE color: 893118.
HSL color Cylindrical-coordinate representation of color #BEA00D: hue angle of 49.83º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEA00D is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 160 | 13 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.25 |
| HSL | 49.83º | 0.87% | 0.4% | - |
| HSV(B) | 49.83º | 0.93% | 0.75% | - |
| XYZ | 33.88 | 36.12 | 5.57 | - |
| YUV | 152.21 | 49.44 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 160 | 13 | 0 | 0.16 | 0.93 | 0.25 | 49.83 | 0.87 | 0.4 |
| Hex | BE | A0 | D | 0 | 10 | 5D | 19 | 32 | 57 | 28 |
| Octal | 276 | 240 | 15 | 0 | 20 | 135 | 31 | 62 | 127 | 50 |
| Binary | 10111110 | 10100000 | 1101 | 0 | 10000 | 1011101 | 11001 | 110010 | 1010111 | 101000 |
Color Harmonies of #BEA00D
Complementary color
Monochromatic Colors of #BEA00D
Black with #BEA00D
Text Example
Text Example
White with #BEA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA00D; }
p { color: rgb(190,160,13); }
H1.HeaderClassName
{
color: #BEA00D;
}
.AnyTagClassName
{
color: #BEA00D;
}
</style>
background-color css
<style>
a { background-color: #BEA00D; }
a { background-color: rgb(190,160,13); }
div.DivClassName
{
background-color: #BEA00D;
}
.BgClassName
{
background-color: #BEA00D;
}
</style>
border-color css
<style>
span { border-color: #BEA00D; }
span { border-color: rgb(190,160,13); }
td.TdClassName
{
border-color: #BEA00D;
}
.TagClassName
{
border-color: #BEA00D;
}
</style>