Shades of Buddha Gold #BDA313
Tints of Buddha Gold #BDA313
RGB
CMYK
RGB Variations
Color information
#BDA313 (or 0xBDA313) is known color: Buddha Gold. HEX triplet: BD, A3 and 13. RGB value is (189,163,19). Sum of RGB (Red+Green+Blue) = 189+163+19=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA313 is #425CEC. Grayscale: #9A9A9A. Windows color (decimal): -4349165 or 1287101. OLE color: 1287101.
HSL color Cylindrical-coordinate representation of color #BDA313: hue angle of 50.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDA313 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 19 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.26 |
| HSL | 50.82º | 0.82% | 0.41% | - |
| HSV(B) | 50.82º | 0.9% | 0.74% | - |
| XYZ | 34.2 | 37.06 | 5.97 | - |
| YUV | 154.36 | 51.61 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 19 | 0 | 0.14 | 0.90 | 0.26 | 50.82 | 0.82 | 0.41 |
| Hex | BD | A3 | 13 | 0 | E | 5A | 1A | 33 | 52 | 29 |
| Octal | 275 | 243 | 23 | 0 | 16 | 132 | 32 | 63 | 122 | 51 |
| Binary | 10111101 | 10100011 | 10011 | 0 | 1110 | 1011010 | 11010 | 110011 | 1010010 | 101001 |
Color Harmonies of #BDA313
Complementary color
Monochromatic Colors of #BDA313
Black with #BDA313
Text Example
Text Example
White with #BDA313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA313; }
p { color: rgb(189,163,19); }
H1.HeaderClassName
{
color: #BDA313;
}
.AnyTagClassName
{
color: #BDA313;
}
</style>
background-color css
<style>
a { background-color: #BDA313; }
a { background-color: rgb(189,163,19); }
div.DivClassName
{
background-color: #BDA313;
}
.BgClassName
{
background-color: #BDA313;
}
</style>
border-color css
<style>
span { border-color: #BDA313; }
span { border-color: rgb(189,163,19); }
td.TdClassName
{
border-color: #BDA313;
}
.TagClassName
{
border-color: #BDA313;
}
</style>