Shades of Buddha Gold #BDA21D
Tints of Buddha Gold #BDA21D
RGB
CMYK
RGB Variations
Color information
#BDA21D (or 0xBDA21D) is known color: Buddha Gold. HEX triplet: BD, A2 and 1D. RGB value is (189,162,29). Sum of RGB (Red+Green+Blue) = 189+162+29=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA21D is #425DE2. Grayscale: #9B9B9B. Windows color (decimal): -4349411 or 1942205. OLE color: 1942205.
HSL color Cylindrical-coordinate representation of color #BDA21D: hue angle of 49.88º 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 #BDA21D is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 29 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.26 |
| HSL | 49.88º | 0.73% | 0.43% | - |
| HSV(B) | 49.88º | 0.85% | 0.74% | - |
| XYZ | 34.13 | 36.75 | 6.46 | - |
| YUV | 154.91 | 56.95 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 29 | 0 | 0.14 | 0.85 | 0.26 | 49.88 | 0.73 | 0.43 |
| Hex | BD | A2 | 1D | 0 | E | 55 | 1A | 32 | 49 | 2B |
| Octal | 275 | 242 | 35 | 0 | 16 | 125 | 32 | 62 | 111 | 53 |
| Binary | 10111101 | 10100010 | 11101 | 0 | 1110 | 1010101 | 11010 | 110010 | 1001001 | 101011 |
Color Harmonies of #BDA21D
Complementary color
Monochromatic Colors of #BDA21D
Black with #BDA21D
Text Example
Text Example
White with #BDA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA21D; }
p { color: rgb(189,162,29); }
H1.HeaderClassName
{
color: #BDA21D;
}
.AnyTagClassName
{
color: #BDA21D;
}
</style>
background-color css
<style>
a { background-color: #BDA21D; }
a { background-color: rgb(189,162,29); }
div.DivClassName
{
background-color: #BDA21D;
}
.BgClassName
{
background-color: #BDA21D;
}
</style>
border-color css
<style>
span { border-color: #BDA21D; }
span { border-color: rgb(189,162,29); }
td.TdClassName
{
border-color: #BDA21D;
}
.TagClassName
{
border-color: #BDA21D;
}
</style>