Shades of Buddha Gold #BD9807
Tints of Buddha Gold #BD9807
RGB
CMYK
RGB Variations
Color information
#BD9807 (or 0xBD9807) is known color: Buddha Gold. HEX triplet: BD, 98 and 07. RGB value is (189,152,7). Sum of RGB (Red+Green+Blue) = 189+152+7=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9807 is #4267F8. Grayscale: #939393. Windows color (decimal): -4351993 or 497853. OLE color: 497853.
HSL color Cylindrical-coordinate representation of color #BD9807: hue angle of 47.8º 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 #BD9807 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 7 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.26 |
| HSL | 47.8º | 0.93% | 0.38% | - |
| HSV(B) | 47.8º | 0.96% | 0.74% | - |
| XYZ | 32.25 | 33.29 | 4.93 | - |
| YUV | 146.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 7 | 0 | 0.20 | 0.96 | 0.26 | 47.8 | 0.93 | 0.38 |
| Hex | BD | 98 | 7 | 0 | 14 | 60 | 1A | 30 | 5D | 26 |
| Octal | 275 | 230 | 7 | 0 | 24 | 140 | 32 | 60 | 135 | 46 |
| Binary | 10111101 | 10011000 | 111 | 0 | 10100 | 1100000 | 11010 | 110000 | 1011101 | 100110 |
Color Harmonies of #BD9807
Complementary color
Monochromatic Colors of #BD9807
Black with #BD9807
Text Example
Text Example
White with #BD9807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9807; }
p { color: rgb(189,152,7); }
H1.HeaderClassName
{
color: #BD9807;
}
.AnyTagClassName
{
color: #BD9807;
}
</style>
background-color css
<style>
a { background-color: #BD9807; }
a { background-color: rgb(189,152,7); }
div.DivClassName
{
background-color: #BD9807;
}
.BgClassName
{
background-color: #BD9807;
}
</style>
border-color css
<style>
span { border-color: #BD9807; }
span { border-color: rgb(189,152,7); }
td.TdClassName
{
border-color: #BD9807;
}
.TagClassName
{
border-color: #BD9807;
}
</style>