Shades of Buddha Gold #BD9719
Tints of Buddha Gold #BD9719
RGB
CMYK
RGB Variations
Color information
#BD9719 (or 0xBD9719) is known color: Buddha Gold. HEX triplet: BD, 97 and 19. RGB value is (189,151,25). Sum of RGB (Red+Green+Blue) = 189+151+25=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9719 is #4268E6. Grayscale: #949494. Windows color (decimal): -4352231 or 1677245. OLE color: 1677245.
HSL color Cylindrical-coordinate representation of color #BD9719: hue angle of 46.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD9719 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 25 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.26 |
| HSL | 46.1º | 0.77% | 0.42% | - |
| HSV(B) | 46.1º | 0.87% | 0.74% | - |
| XYZ | 32.23 | 33.02 | 5.6 | - |
| YUV | 148 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 25 | 0 | 0.20 | 0.87 | 0.26 | 46.1 | 0.77 | 0.42 |
| Hex | BD | 97 | 19 | 0 | 14 | 57 | 1A | 2E | 4D | 2A |
| Octal | 275 | 227 | 31 | 0 | 24 | 127 | 32 | 56 | 115 | 52 |
| Binary | 10111101 | 10010111 | 11001 | 0 | 10100 | 1010111 | 11010 | 101110 | 1001101 | 101010 |
Color Harmonies of #BD9719
Complementary color
Monochromatic Colors of #BD9719
Black with #BD9719
Text Example
Text Example
White with #BD9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9719; }
p { color: rgb(189,151,25); }
H1.HeaderClassName
{
color: #BD9719;
}
.AnyTagClassName
{
color: #BD9719;
}
</style>
background-color css
<style>
a { background-color: #BD9719; }
a { background-color: rgb(189,151,25); }
div.DivClassName
{
background-color: #BD9719;
}
.BgClassName
{
background-color: #BD9719;
}
</style>
border-color css
<style>
span { border-color: #BD9719; }
span { border-color: rgb(189,151,25); }
td.TdClassName
{
border-color: #BD9719;
}
.TagClassName
{
border-color: #BD9719;
}
</style>