Shades of Buddha Gold #BDA807
Tints of Buddha Gold #BDA807
RGB
CMYK
RGB Variations
Color information
#BDA807 (or 0xBDA807) is known color: Buddha Gold. HEX triplet: BD, A8 and 07. RGB value is (189,168,7). Sum of RGB (Red+Green+Blue) = 189+168+7=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA807 is #4257F8. Grayscale: #9C9C9C. Windows color (decimal): -4347897 or 501949. OLE color: 501949.
HSL color Cylindrical-coordinate representation of color #BDA807: hue angle of 53.08º 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 #BDA807 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 7 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.26 |
| HSL | 53.08º | 0.93% | 0.38% | - |
| HSV(B) | 53.08º | 0.96% | 0.74% | - |
| XYZ | 35.03 | 38.84 | 5.85 | - |
| YUV | 155.93 | 43.96 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 7 | 0 | 0.11 | 0.96 | 0.26 | 53.08 | 0.93 | 0.38 |
| Hex | BD | A8 | 7 | 0 | B | 60 | 1A | 35 | 5D | 26 |
| Octal | 275 | 250 | 7 | 0 | 13 | 140 | 32 | 65 | 135 | 46 |
| Binary | 10111101 | 10101000 | 111 | 0 | 1011 | 1100000 | 11010 | 110101 | 1011101 | 100110 |
Color Harmonies of #BDA807
Complementary color
Monochromatic Colors of #BDA807
Black with #BDA807
Text Example
Text Example
White with #BDA807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA807; }
p { color: rgb(189,168,7); }
H1.HeaderClassName
{
color: #BDA807;
}
.AnyTagClassName
{
color: #BDA807;
}
</style>
background-color css
<style>
a { background-color: #BDA807; }
a { background-color: rgb(189,168,7); }
div.DivClassName
{
background-color: #BDA807;
}
.BgClassName
{
background-color: #BDA807;
}
</style>
border-color css
<style>
span { border-color: #BDA807; }
span { border-color: rgb(189,168,7); }
td.TdClassName
{
border-color: #BDA807;
}
.TagClassName
{
border-color: #BDA807;
}
</style>