Shades of Buddha Gold #BDA01D
Tints of Buddha Gold #BDA01D
RGB
CMYK
RGB Variations
Color information
#BDA01D (or 0xBDA01D) is known color: Buddha Gold. HEX triplet: BD, A0 and 1D. RGB value is (189,160,29). Sum of RGB (Red+Green+Blue) = 189+160+29=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA01D is #425FE2. Grayscale: #9A9A9A. Windows color (decimal): -4349923 or 1941693. OLE color: 1941693.
HSL color Cylindrical-coordinate representation of color #BDA01D: hue angle of 49.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA01D is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 29 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.26 |
| HSL | 49.13º | 0.73% | 0.43% | - |
| HSV(B) | 49.13º | 0.85% | 0.74% | - |
| XYZ | 33.78 | 36.05 | 6.34 | - |
| YUV | 153.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 29 | 0 | 0.15 | 0.85 | 0.26 | 49.13 | 0.73 | 0.43 |
| Hex | BD | A0 | 1D | 0 | F | 55 | 1A | 31 | 49 | 2B |
| Octal | 275 | 240 | 35 | 0 | 17 | 125 | 32 | 61 | 111 | 53 |
| Binary | 10111101 | 10100000 | 11101 | 0 | 1111 | 1010101 | 11010 | 110001 | 1001001 | 101011 |
Color Harmonies of #BDA01D
Complementary color
Monochromatic Colors of #BDA01D
Black with #BDA01D
Text Example
Text Example
White with #BDA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA01D; }
p { color: rgb(189,160,29); }
H1.HeaderClassName
{
color: #BDA01D;
}
.AnyTagClassName
{
color: #BDA01D;
}
</style>
background-color css
<style>
a { background-color: #BDA01D; }
a { background-color: rgb(189,160,29); }
div.DivClassName
{
background-color: #BDA01D;
}
.BgClassName
{
background-color: #BDA01D;
}
</style>
border-color css
<style>
span { border-color: #BDA01D; }
span { border-color: rgb(189,160,29); }
td.TdClassName
{
border-color: #BDA01D;
}
.TagClassName
{
border-color: #BDA01D;
}
</style>