Shades of Buddha Gold #BDA416
Tints of Buddha Gold #BDA416
RGB
CMYK
RGB Variations
Color information
#BDA416 (or 0xBDA416) is known color: Buddha Gold. HEX triplet: BD, A4 and 16. RGB value is (189,164,22). Sum of RGB (Red+Green+Blue) = 189+164+22=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA416 is #425BE9. Grayscale: #9B9B9B. Windows color (decimal): -4348906 or 1483965. OLE color: 1483965.
HSL color Cylindrical-coordinate representation of color #BDA416: hue angle of 51.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDA416 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.26 |
| HSL | 51.02º | 0.79% | 0.41% | - |
| HSV(B) | 51.02º | 0.88% | 0.74% | - |
| XYZ | 34.41 | 37.43 | 6.17 | - |
| YUV | 155.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 22 | 0 | 0.13 | 0.88 | 0.26 | 51.02 | 0.79 | 0.41 |
| Hex | BD | A4 | 16 | 0 | D | 58 | 1A | 33 | 4F | 29 |
| Octal | 275 | 244 | 26 | 0 | 15 | 130 | 32 | 63 | 117 | 51 |
| Binary | 10111101 | 10100100 | 10110 | 0 | 1101 | 1011000 | 11010 | 110011 | 1001111 | 101001 |
Color Harmonies of #BDA416
Complementary color
Monochromatic Colors of #BDA416
Black with #BDA416
Text Example
Text Example
White with #BDA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA416; }
p { color: rgb(189,164,22); }
H1.HeaderClassName
{
color: #BDA416;
}
.AnyTagClassName
{
color: #BDA416;
}
</style>
background-color css
<style>
a { background-color: #BDA416; }
a { background-color: rgb(189,164,22); }
div.DivClassName
{
background-color: #BDA416;
}
.BgClassName
{
background-color: #BDA416;
}
</style>
border-color css
<style>
span { border-color: #BDA416; }
span { border-color: rgb(189,164,22); }
td.TdClassName
{
border-color: #BDA416;
}
.TagClassName
{
border-color: #BDA416;
}
</style>