Shades of Buddha Gold #BD9014
Tints of Buddha Gold #BD9014
RGB
CMYK
RGB Variations
Color information
#BD9014 (or 0xBD9014) is known color: Buddha Gold. HEX triplet: BD, 90 and 14. RGB value is (189,144,20). Sum of RGB (Red+Green+Blue) = 189+144+20=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9014 is #426FEB. Grayscale: #8F8F8F. Windows color (decimal): -4354028 or 1347773. OLE color: 1347773.
HSL color Cylindrical-coordinate representation of color #BD9014: hue angle of 44.02º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD9014 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 20 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.26 |
| HSL | 44.02º | 0.81% | 0.41% | - |
| HSV(B) | 44.02º | 0.89% | 0.74% | - |
| XYZ | 31.09 | 30.82 | 4.97 | - |
| YUV | 143.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 20 | 0 | 0.24 | 0.89 | 0.26 | 44.02 | 0.81 | 0.41 |
| Hex | BD | 90 | 14 | 0 | 18 | 59 | 1A | 2C | 51 | 29 |
| Octal | 275 | 220 | 24 | 0 | 30 | 131 | 32 | 54 | 121 | 51 |
| Binary | 10111101 | 10010000 | 10100 | 0 | 11000 | 1011001 | 11010 | 101100 | 1010001 | 101001 |
Color Harmonies of #BD9014
Complementary color
Monochromatic Colors of #BD9014
Black with #BD9014
Text Example
Text Example
White with #BD9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9014; }
p { color: rgb(189,144,20); }
H1.HeaderClassName
{
color: #BD9014;
}
.AnyTagClassName
{
color: #BD9014;
}
</style>
background-color css
<style>
a { background-color: #BD9014; }
a { background-color: rgb(189,144,20); }
div.DivClassName
{
background-color: #BD9014;
}
.BgClassName
{
background-color: #BD9014;
}
</style>
border-color css
<style>
span { border-color: #BD9014; }
span { border-color: rgb(189,144,20); }
td.TdClassName
{
border-color: #BD9014;
}
.TagClassName
{
border-color: #BD9014;
}
</style>