Shades of Buddha Gold #BDA711
Tints of Buddha Gold #BDA711
RGB
CMYK
RGB Variations
Color information
#BDA711 (or 0xBDA711) is known color: Buddha Gold. HEX triplet: BD, A7 and 11. RGB value is (189,167,17). Sum of RGB (Red+Green+Blue) = 189+167+17=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA711 is #4258EE. Grayscale: #9D9D9D. Windows color (decimal): -4348143 or 1157053. OLE color: 1157053.
HSL color Cylindrical-coordinate representation of color #BDA711: hue angle of 52.33º 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 #BDA711 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 17 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.26 |
| HSL | 52.33º | 0.83% | 0.4% | - |
| HSV(B) | 52.33º | 0.91% | 0.74% | - |
| XYZ | 34.91 | 38.5 | 6.12 | - |
| YUV | 156.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 17 | 0 | 0.12 | 0.91 | 0.26 | 52.33 | 0.83 | 0.4 |
| Hex | BD | A7 | 11 | 0 | C | 5B | 1A | 34 | 53 | 28 |
| Octal | 275 | 247 | 21 | 0 | 14 | 133 | 32 | 64 | 123 | 50 |
| Binary | 10111101 | 10100111 | 10001 | 0 | 1100 | 1011011 | 11010 | 110100 | 1010011 | 101000 |
Color Harmonies of #BDA711
Complementary color
Monochromatic Colors of #BDA711
Black with #BDA711
Text Example
Text Example
White with #BDA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA711; }
p { color: rgb(189,167,17); }
H1.HeaderClassName
{
color: #BDA711;
}
.AnyTagClassName
{
color: #BDA711;
}
</style>
background-color css
<style>
a { background-color: #BDA711; }
a { background-color: rgb(189,167,17); }
div.DivClassName
{
background-color: #BDA711;
}
.BgClassName
{
background-color: #BDA711;
}
</style>
border-color css
<style>
span { border-color: #BDA711; }
span { border-color: rgb(189,167,17); }
td.TdClassName
{
border-color: #BDA711;
}
.TagClassName
{
border-color: #BDA711;
}
</style>