Shades of Buddha Gold #BDA314
Tints of Buddha Gold #BDA314
RGB
CMYK
RGB Variations
Color information
#BDA314 (or 0xBDA314) is known color: Buddha Gold. HEX triplet: BD, A3 and 14. RGB value is (189,163,20). Sum of RGB (Red+Green+Blue) = 189+163+20=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA314 is #425CEB. Grayscale: #9B9B9B. Windows color (decimal): -4349164 or 1352637. OLE color: 1352637.
HSL color Cylindrical-coordinate representation of color #BDA314: hue angle of 50.77º degrees, saturation: 0.81, 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 #BDA314 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 20 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.26 |
| HSL | 50.77º | 0.81% | 0.41% | - |
| HSV(B) | 50.77º | 0.89% | 0.74% | - |
| XYZ | 34.21 | 37.06 | 6.01 | - |
| YUV | 154.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 20 | 0 | 0.14 | 0.89 | 0.26 | 50.77 | 0.81 | 0.41 |
| Hex | BD | A3 | 14 | 0 | E | 59 | 1A | 33 | 51 | 29 |
| Octal | 275 | 243 | 24 | 0 | 16 | 131 | 32 | 63 | 121 | 51 |
| Binary | 10111101 | 10100011 | 10100 | 0 | 1110 | 1011001 | 11010 | 110011 | 1010001 | 101001 |
Color Harmonies of #BDA314
Complementary color
Monochromatic Colors of #BDA314
Black with #BDA314
Text Example
Text Example
White with #BDA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA314; }
p { color: rgb(189,163,20); }
H1.HeaderClassName
{
color: #BDA314;
}
.AnyTagClassName
{
color: #BDA314;
}
</style>
background-color css
<style>
a { background-color: #BDA314; }
a { background-color: rgb(189,163,20); }
div.DivClassName
{
background-color: #BDA314;
}
.BgClassName
{
background-color: #BDA314;
}
</style>
border-color css
<style>
span { border-color: #BDA314; }
span { border-color: rgb(189,163,20); }
td.TdClassName
{
border-color: #BDA314;
}
.TagClassName
{
border-color: #BDA314;
}
</style>