Shades of Buddha Gold #BDA303
Tints of Buddha Gold #BDA303
RGB
CMYK
RGB Variations
Color information
#BDA303 (or 0xBDA303) is known color: Buddha Gold. HEX triplet: BD, A3 and 03. RGB value is (189,163,3). Sum of RGB (Red+Green+Blue) = 189+163+3=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA303 is #425CFC. Grayscale: #999999. Windows color (decimal): -4349181 or 238525. OLE color: 238525.
HSL color Cylindrical-coordinate representation of color #BDA303: hue angle of 51.61º 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 #BDA303 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.26 |
| HSL | 51.61º | 0.97% | 0.38% | - |
| HSV(B) | 51.61º | 0.98% | 0.74% | - |
| XYZ | 34.1 | 37.02 | 5.43 | - |
| YUV | 152.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 3 | 0 | 0.14 | 0.98 | 0.26 | 51.61 | 0.97 | 0.38 |
| Hex | BD | A3 | 3 | 0 | E | 62 | 1A | 34 | 61 | 26 |
| Octal | 275 | 243 | 3 | 0 | 16 | 142 | 32 | 64 | 141 | 46 |
| Binary | 10111101 | 10100011 | 11 | 0 | 1110 | 1100010 | 11010 | 110100 | 1100001 | 100110 |
Color Harmonies of #BDA303
Complementary color
Monochromatic Colors of #BDA303
Black with #BDA303
Text Example
Text Example
White with #BDA303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA303; }
p { color: rgb(189,163,3); }
H1.HeaderClassName
{
color: #BDA303;
}
.AnyTagClassName
{
color: #BDA303;
}
</style>
background-color css
<style>
a { background-color: #BDA303; }
a { background-color: rgb(189,163,3); }
div.DivClassName
{
background-color: #BDA303;
}
.BgClassName
{
background-color: #BDA303;
}
</style>
border-color css
<style>
span { border-color: #BDA303; }
span { border-color: rgb(189,163,3); }
td.TdClassName
{
border-color: #BDA303;
}
.TagClassName
{
border-color: #BDA303;
}
</style>