Shades of Buddha Gold #BDA409
Tints of Buddha Gold #BDA409
RGB
CMYK
RGB Variations
Color information
#BDA409 (or 0xBDA409) is known color: Buddha Gold. HEX triplet: BD, A4 and 09. RGB value is (189,164,9). Sum of RGB (Red+Green+Blue) = 189+164+9=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA409 is #425BF6. Grayscale: #9A9A9A. Windows color (decimal): -4348919 or 631997. OLE color: 631997.
HSL color Cylindrical-coordinate representation of color #BDA409: hue angle of 51.67º 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 #BDA409 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 9 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.26 |
| HSL | 51.67º | 0.91% | 0.39% | - |
| HSV(B) | 51.67º | 0.95% | 0.74% | - |
| XYZ | 34.31 | 37.39 | 5.67 | - |
| YUV | 153.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 9 | 0 | 0.13 | 0.95 | 0.26 | 51.67 | 0.91 | 0.39 |
| Hex | BD | A4 | 9 | 0 | D | 5F | 1A | 34 | 5B | 27 |
| Octal | 275 | 244 | 11 | 0 | 15 | 137 | 32 | 64 | 133 | 47 |
| Binary | 10111101 | 10100100 | 1001 | 0 | 1101 | 1011111 | 11010 | 110100 | 1011011 | 100111 |
Color Harmonies of #BDA409
Complementary color
Monochromatic Colors of #BDA409
Black with #BDA409
Text Example
Text Example
White with #BDA409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA409; }
p { color: rgb(189,164,9); }
H1.HeaderClassName
{
color: #BDA409;
}
.AnyTagClassName
{
color: #BDA409;
}
</style>
background-color css
<style>
a { background-color: #BDA409; }
a { background-color: rgb(189,164,9); }
div.DivClassName
{
background-color: #BDA409;
}
.BgClassName
{
background-color: #BDA409;
}
</style>
border-color css
<style>
span { border-color: #BDA409; }
span { border-color: rgb(189,164,9); }
td.TdClassName
{
border-color: #BDA409;
}
.TagClassName
{
border-color: #BDA409;
}
</style>