Shades of Buddha Gold #BD9914
Tints of Buddha Gold #BD9914
RGB
CMYK
RGB Variations
Color information
#BD9914 (or 0xBD9914) is known color: Buddha Gold. HEX triplet: BD, 99 and 14. RGB value is (189,153,20). Sum of RGB (Red+Green+Blue) = 189+153+20=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9914 is #4266EB. Grayscale: #959595. Windows color (decimal): -4351724 or 1350077. OLE color: 1350077.
HSL color Cylindrical-coordinate representation of color #BD9914: hue angle of 47.22º 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 #BD9914 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 20 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.26 |
| HSL | 47.22º | 0.81% | 0.41% | - |
| HSV(B) | 47.22º | 0.89% | 0.74% | - |
| XYZ | 32.5 | 33.65 | 5.44 | - |
| YUV | 148.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 20 | 0 | 0.19 | 0.89 | 0.26 | 47.22 | 0.81 | 0.41 |
| Hex | BD | 99 | 14 | 0 | 13 | 59 | 1A | 2F | 51 | 29 |
| Octal | 275 | 231 | 24 | 0 | 23 | 131 | 32 | 57 | 121 | 51 |
| Binary | 10111101 | 10011001 | 10100 | 0 | 10011 | 1011001 | 11010 | 101111 | 1010001 | 101001 |
Color Harmonies of #BD9914
Complementary color
Monochromatic Colors of #BD9914
Black with #BD9914
Text Example
Text Example
White with #BD9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9914; }
p { color: rgb(189,153,20); }
H1.HeaderClassName
{
color: #BD9914;
}
.AnyTagClassName
{
color: #BD9914;
}
</style>
background-color css
<style>
a { background-color: #BD9914; }
a { background-color: rgb(189,153,20); }
div.DivClassName
{
background-color: #BD9914;
}
.BgClassName
{
background-color: #BD9914;
}
</style>
border-color css
<style>
span { border-color: #BD9914; }
span { border-color: rgb(189,153,20); }
td.TdClassName
{
border-color: #BD9914;
}
.TagClassName
{
border-color: #BD9914;
}
</style>