Shades of Buddha Gold #BD960D
Tints of Buddha Gold #BD960D
RGB
CMYK
RGB Variations
Color information
#BD960D (or 0xBD960D) is known color: Buddha Gold. HEX triplet: BD, 96 and 0D. RGB value is (189,150,13). Sum of RGB (Red+Green+Blue) = 189+150+13=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD960D is #4269F2. Grayscale: #929292. Windows color (decimal): -4352499 or 890557. OLE color: 890557.
HSL color Cylindrical-coordinate representation of color #BD960D: hue angle of 46.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD960D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.26 |
| HSL | 46.7º | 0.87% | 0.4% | - |
| HSV(B) | 46.7º | 0.93% | 0.74% | - |
| XYZ | 31.97 | 32.66 | 5 | - |
| YUV | 146.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 13 | 0 | 0.21 | 0.93 | 0.26 | 46.7 | 0.87 | 0.4 |
| Hex | BD | 96 | D | 0 | 15 | 5D | 1A | 2F | 57 | 28 |
| Octal | 275 | 226 | 15 | 0 | 25 | 135 | 32 | 57 | 127 | 50 |
| Binary | 10111101 | 10010110 | 1101 | 0 | 10101 | 1011101 | 11010 | 101111 | 1010111 | 101000 |
Color Harmonies of #BD960D
Complementary color
Monochromatic Colors of #BD960D
Black with #BD960D
Text Example
Text Example
White with #BD960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD960D; }
p { color: rgb(189,150,13); }
H1.HeaderClassName
{
color: #BD960D;
}
.AnyTagClassName
{
color: #BD960D;
}
</style>
background-color css
<style>
a { background-color: #BD960D; }
a { background-color: rgb(189,150,13); }
div.DivClassName
{
background-color: #BD960D;
}
.BgClassName
{
background-color: #BD960D;
}
</style>
border-color css
<style>
span { border-color: #BD960D; }
span { border-color: rgb(189,150,13); }
td.TdClassName
{
border-color: #BD960D;
}
.TagClassName
{
border-color: #BD960D;
}
</style>