Shades of Buddha Gold #BDA216
Tints of Buddha Gold #BDA216
RGB
CMYK
RGB Variations
Color information
#BDA216 (or 0xBDA216) is known color: Buddha Gold. HEX triplet: BD, A2 and 16. RGB value is (189,162,22). Sum of RGB (Red+Green+Blue) = 189+162+22=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA216 is #425DE9. Grayscale: #9A9A9A. Windows color (decimal): -4349418 or 1483453. OLE color: 1483453.
HSL color Cylindrical-coordinate representation of color #BDA216: hue angle of 50.3º 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 #BDA216 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 22 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.26 |
| HSL | 50.3º | 0.79% | 0.41% | - |
| HSV(B) | 50.3º | 0.88% | 0.74% | - |
| XYZ | 34.05 | 36.72 | 6.05 | - |
| YUV | 154.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 22 | 0 | 0.14 | 0.88 | 0.26 | 50.3 | 0.79 | 0.41 |
| Hex | BD | A2 | 16 | 0 | E | 58 | 1A | 32 | 4F | 29 |
| Octal | 275 | 242 | 26 | 0 | 16 | 130 | 32 | 62 | 117 | 51 |
| Binary | 10111101 | 10100010 | 10110 | 0 | 1110 | 1011000 | 11010 | 110010 | 1001111 | 101001 |
Color Harmonies of #BDA216
Complementary color
Monochromatic Colors of #BDA216
Black with #BDA216
Text Example
Text Example
White with #BDA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA216; }
p { color: rgb(189,162,22); }
H1.HeaderClassName
{
color: #BDA216;
}
.AnyTagClassName
{
color: #BDA216;
}
</style>
background-color css
<style>
a { background-color: #BDA216; }
a { background-color: rgb(189,162,22); }
div.DivClassName
{
background-color: #BDA216;
}
.BgClassName
{
background-color: #BDA216;
}
</style>
border-color css
<style>
span { border-color: #BDA216; }
span { border-color: rgb(189,162,22); }
td.TdClassName
{
border-color: #BDA216;
}
.TagClassName
{
border-color: #BDA216;
}
</style>