Shades of Buddha Gold #BDA315
Tints of Buddha Gold #BDA315
RGB
CMYK
RGB Variations
Color information
#BDA315 (or 0xBDA315) is known color: Buddha Gold. HEX triplet: BD, A3 and 15. RGB value is (189,163,21). Sum of RGB (Red+Green+Blue) = 189+163+21=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA315 is #425CEA. Grayscale: #9B9B9B. Windows color (decimal): -4349163 or 1418173. OLE color: 1418173.
HSL color Cylindrical-coordinate representation of color #BDA315: hue angle of 50.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDA315 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 21 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.26 |
| HSL | 50.71º | 0.8% | 0.41% | - |
| HSV(B) | 50.71º | 0.89% | 0.74% | - |
| XYZ | 34.22 | 37.07 | 6.06 | - |
| YUV | 154.59 | 52.61 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 21 | 0 | 0.14 | 0.89 | 0.26 | 50.71 | 0.8 | 0.41 |
| Hex | BD | A3 | 15 | 0 | E | 59 | 1A | 33 | 50 | 29 |
| Octal | 275 | 243 | 25 | 0 | 16 | 131 | 32 | 63 | 120 | 51 |
| Binary | 10111101 | 10100011 | 10101 | 0 | 1110 | 1011001 | 11010 | 110011 | 1010000 | 101001 |
Color Harmonies of #BDA315
Complementary color
Monochromatic Colors of #BDA315
Black with #BDA315
Text Example
Text Example
White with #BDA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA315; }
p { color: rgb(189,163,21); }
H1.HeaderClassName
{
color: #BDA315;
}
.AnyTagClassName
{
color: #BDA315;
}
</style>
background-color css
<style>
a { background-color: #BDA315; }
a { background-color: rgb(189,163,21); }
div.DivClassName
{
background-color: #BDA315;
}
.BgClassName
{
background-color: #BDA315;
}
</style>
border-color css
<style>
span { border-color: #BDA315; }
span { border-color: rgb(189,163,21); }
td.TdClassName
{
border-color: #BDA315;
}
.TagClassName
{
border-color: #BDA315;
}
</style>