Shades of Buddha Gold #BDA203
Tints of Buddha Gold #BDA203
RGB
CMYK
RGB Variations
Color information
#BDA203 (or 0xBDA203) is known color: Buddha Gold. HEX triplet: BD, A2 and 03. RGB value is (189,162,3). Sum of RGB (Red+Green+Blue) = 189+162+3=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA203 is #425DFC. Grayscale: #989898. Windows color (decimal): -4349437 or 238269. OLE color: 238269.
HSL color Cylindrical-coordinate representation of color #BDA203: hue angle of 51.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDA203 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.26 |
| HSL | 51.29º | 0.97% | 0.38% | - |
| HSV(B) | 51.29º | 0.98% | 0.74% | - |
| XYZ | 33.92 | 36.67 | 5.38 | - |
| YUV | 151.95 | 43.95 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 3 | 0 | 0.14 | 0.98 | 0.26 | 51.29 | 0.97 | 0.38 |
| Hex | BD | A2 | 3 | 0 | E | 62 | 1A | 33 | 61 | 26 |
| Octal | 275 | 242 | 3 | 0 | 16 | 142 | 32 | 63 | 141 | 46 |
| Binary | 10111101 | 10100010 | 11 | 0 | 1110 | 1100010 | 11010 | 110011 | 1100001 | 100110 |
Color Harmonies of #BDA203
Complementary color
Monochromatic Colors of #BDA203
Black with #BDA203
Text Example
Text Example
White with #BDA203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA203; }
p { color: rgb(189,162,3); }
H1.HeaderClassName
{
color: #BDA203;
}
.AnyTagClassName
{
color: #BDA203;
}
</style>
background-color css
<style>
a { background-color: #BDA203; }
a { background-color: rgb(189,162,3); }
div.DivClassName
{
background-color: #BDA203;
}
.BgClassName
{
background-color: #BDA203;
}
</style>
border-color css
<style>
span { border-color: #BDA203; }
span { border-color: rgb(189,162,3); }
td.TdClassName
{
border-color: #BDA203;
}
.TagClassName
{
border-color: #BDA203;
}
</style>