Shades of Buddha Gold #BDA10D
Tints of Buddha Gold #BDA10D
RGB
CMYK
RGB Variations
Color information
#BDA10D (or 0xBDA10D) is known color: Buddha Gold. HEX triplet: BD, A1 and 0D. RGB value is (189,161,13). Sum of RGB (Red+Green+Blue) = 189+161+13=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA10D is #425EF2. Grayscale: #999999. Windows color (decimal): -4349683 or 893373. OLE color: 893373.
HSL color Cylindrical-coordinate representation of color #BDA10D: hue angle of 50.45º 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 #BDA10D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.26 |
| HSL | 50.45º | 0.87% | 0.4% | - |
| HSV(B) | 50.45º | 0.93% | 0.74% | - |
| XYZ | 33.8 | 36.34 | 5.61 | - |
| YUV | 152.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 13 | 0 | 0.15 | 0.93 | 0.26 | 50.45 | 0.87 | 0.4 |
| Hex | BD | A1 | D | 0 | F | 5D | 1A | 32 | 57 | 28 |
| Octal | 275 | 241 | 15 | 0 | 17 | 135 | 32 | 62 | 127 | 50 |
| Binary | 10111101 | 10100001 | 1101 | 0 | 1111 | 1011101 | 11010 | 110010 | 1010111 | 101000 |
Color Harmonies of #BDA10D
Complementary color
Monochromatic Colors of #BDA10D
Black with #BDA10D
Text Example
Text Example
White with #BDA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA10D; }
p { color: rgb(189,161,13); }
H1.HeaderClassName
{
color: #BDA10D;
}
.AnyTagClassName
{
color: #BDA10D;
}
</style>
background-color css
<style>
a { background-color: #BDA10D; }
a { background-color: rgb(189,161,13); }
div.DivClassName
{
background-color: #BDA10D;
}
.BgClassName
{
background-color: #BDA10D;
}
</style>
border-color css
<style>
span { border-color: #BDA10D; }
span { border-color: rgb(189,161,13); }
td.TdClassName
{
border-color: #BDA10D;
}
.TagClassName
{
border-color: #BDA10D;
}
</style>