Shades of Buddha Gold #BD9711
Tints of Buddha Gold #BD9711
RGB
CMYK
RGB Variations
Color information
#BD9711 (or 0xBD9711) is known color: Buddha Gold. HEX triplet: BD, 97 and 11. RGB value is (189,151,17). Sum of RGB (Red+Green+Blue) = 189+151+17=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9711 is #4268EE. Grayscale: #939393. Windows color (decimal): -4352239 or 1152957. OLE color: 1152957.
HSL color Cylindrical-coordinate representation of color #BD9711: hue angle of 46.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD9711 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.26 |
| HSL | 46.74º | 0.83% | 0.4% | - |
| HSV(B) | 46.74º | 0.91% | 0.74% | - |
| XYZ | 32.15 | 32.99 | 5.2 | - |
| YUV | 147.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 17 | 0 | 0.20 | 0.91 | 0.26 | 46.74 | 0.83 | 0.4 |
| Hex | BD | 97 | 11 | 0 | 14 | 5B | 1A | 2F | 53 | 28 |
| Octal | 275 | 227 | 21 | 0 | 24 | 133 | 32 | 57 | 123 | 50 |
| Binary | 10111101 | 10010111 | 10001 | 0 | 10100 | 1011011 | 11010 | 101111 | 1010011 | 101000 |
Color Harmonies of #BD9711
Complementary color
Monochromatic Colors of #BD9711
Black with #BD9711
Text Example
Text Example
White with #BD9711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9711; }
p { color: rgb(189,151,17); }
H1.HeaderClassName
{
color: #BD9711;
}
.AnyTagClassName
{
color: #BD9711;
}
</style>
background-color css
<style>
a { background-color: #BD9711; }
a { background-color: rgb(189,151,17); }
div.DivClassName
{
background-color: #BD9711;
}
.BgClassName
{
background-color: #BD9711;
}
</style>
border-color css
<style>
span { border-color: #BD9711; }
span { border-color: rgb(189,151,17); }
td.TdClassName
{
border-color: #BD9711;
}
.TagClassName
{
border-color: #BD9711;
}
</style>