Shades of Buddha Gold #BD9D09
Tints of Buddha Gold #BD9D09
RGB
CMYK
RGB Variations
Color information
#BD9D09 (or 0xBD9D09) is known color: Buddha Gold. HEX triplet: BD, 9D and 09. RGB value is (189,157,9). Sum of RGB (Red+Green+Blue) = 189+157+9=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9D09 is #4262F6. Grayscale: #969696. Windows color (decimal): -4350711 or 630205. OLE color: 630205.
HSL color Cylindrical-coordinate representation of color #BD9D09: hue angle of 49.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD9D09 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 9 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.26 |
| HSL | 49.33º | 0.91% | 0.39% | - |
| HSV(B) | 49.33º | 0.95% | 0.74% | - |
| XYZ | 33.09 | 34.95 | 5.26 | - |
| YUV | 149.7 | 48.6 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 9 | 0 | 0.17 | 0.95 | 0.26 | 49.33 | 0.91 | 0.39 |
| Hex | BD | 9D | 9 | 0 | 11 | 5F | 1A | 31 | 5B | 27 |
| Octal | 275 | 235 | 11 | 0 | 21 | 137 | 32 | 61 | 133 | 47 |
| Binary | 10111101 | 10011101 | 1001 | 0 | 10001 | 1011111 | 11010 | 110001 | 1011011 | 100111 |
Color Harmonies of #BD9D09
Complementary color
Monochromatic Colors of #BD9D09
Black with #BD9D09
Text Example
Text Example
White with #BD9D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D09; }
p { color: rgb(189,157,9); }
H1.HeaderClassName
{
color: #BD9D09;
}
.AnyTagClassName
{
color: #BD9D09;
}
</style>
background-color css
<style>
a { background-color: #BD9D09; }
a { background-color: rgb(189,157,9); }
div.DivClassName
{
background-color: #BD9D09;
}
.BgClassName
{
background-color: #BD9D09;
}
</style>
border-color css
<style>
span { border-color: #BD9D09; }
span { border-color: rgb(189,157,9); }
td.TdClassName
{
border-color: #BD9D09;
}
.TagClassName
{
border-color: #BD9D09;
}
</style>