Shades of Buddha Gold #BDA309
Tints of Buddha Gold #BDA309
RGB
CMYK
RGB Variations
Color information
#BDA309 (or 0xBDA309) is known color: Buddha Gold. HEX triplet: BD, A3 and 09. RGB value is (189,163,9). Sum of RGB (Red+Green+Blue) = 189+163+9=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA309 is #425CF6. Grayscale: #999999. Windows color (decimal): -4349175 or 631741. OLE color: 631741.
HSL color Cylindrical-coordinate representation of color #BDA309: hue angle of 51.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDA309 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.26 |
| HSL | 51.33º | 0.91% | 0.39% | - |
| HSV(B) | 51.33º | 0.95% | 0.74% | - |
| XYZ | 34.13 | 37.03 | 5.61 | - |
| YUV | 153.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 9 | 0 | 0.14 | 0.95 | 0.26 | 51.33 | 0.91 | 0.39 |
| Hex | BD | A3 | 9 | 0 | E | 5F | 1A | 33 | 5B | 27 |
| Octal | 275 | 243 | 11 | 0 | 16 | 137 | 32 | 63 | 133 | 47 |
| Binary | 10111101 | 10100011 | 1001 | 0 | 1110 | 1011111 | 11010 | 110011 | 1011011 | 100111 |
Color Harmonies of #BDA309
Complementary color
Monochromatic Colors of #BDA309
Black with #BDA309
Text Example
Text Example
White with #BDA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA309; }
p { color: rgb(189,163,9); }
H1.HeaderClassName
{
color: #BDA309;
}
.AnyTagClassName
{
color: #BDA309;
}
</style>
background-color css
<style>
a { background-color: #BDA309; }
a { background-color: rgb(189,163,9); }
div.DivClassName
{
background-color: #BDA309;
}
.BgClassName
{
background-color: #BDA309;
}
</style>
border-color css
<style>
span { border-color: #BDA309; }
span { border-color: rgb(189,163,9); }
td.TdClassName
{
border-color: #BDA309;
}
.TagClassName
{
border-color: #BDA309;
}
</style>