Shades of Buddha Gold #BDA407
Tints of Buddha Gold #BDA407
RGB
CMYK
RGB Variations
Color information
#BDA407 (or 0xBDA407) is known color: Buddha Gold. HEX triplet: BD, A4 and 07. RGB value is (189,164,7). Sum of RGB (Red+Green+Blue) = 189+164+7=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA407 is #425BF8. Grayscale: #9A9A9A. Windows color (decimal): -4348921 or 500925. OLE color: 500925.
HSL color Cylindrical-coordinate representation of color #BDA407: hue angle of 51.76º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDA407 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 7 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.26 |
| HSL | 51.76º | 0.93% | 0.38% | - |
| HSV(B) | 51.76º | 0.96% | 0.74% | - |
| XYZ | 34.3 | 37.39 | 5.61 | - |
| YUV | 153.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 7 | 0 | 0.13 | 0.96 | 0.26 | 51.76 | 0.93 | 0.38 |
| Hex | BD | A4 | 7 | 0 | D | 60 | 1A | 34 | 5D | 26 |
| Octal | 275 | 244 | 7 | 0 | 15 | 140 | 32 | 64 | 135 | 46 |
| Binary | 10111101 | 10100100 | 111 | 0 | 1101 | 1100000 | 11010 | 110100 | 1011101 | 100110 |
Color Harmonies of #BDA407
Complementary color
Monochromatic Colors of #BDA407
Black with #BDA407
Text Example
Text Example
White with #BDA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA407; }
p { color: rgb(189,164,7); }
H1.HeaderClassName
{
color: #BDA407;
}
.AnyTagClassName
{
color: #BDA407;
}
</style>
background-color css
<style>
a { background-color: #BDA407; }
a { background-color: rgb(189,164,7); }
div.DivClassName
{
background-color: #BDA407;
}
.BgClassName
{
background-color: #BDA407;
}
</style>
border-color css
<style>
span { border-color: #BDA407; }
span { border-color: rgb(189,164,7); }
td.TdClassName
{
border-color: #BDA407;
}
.TagClassName
{
border-color: #BDA407;
}
</style>