Shades of Buddha Gold #BDA108
Tints of Buddha Gold #BDA108
RGB
CMYK
RGB Variations
Color information
#BDA108 (or 0xBDA108) is known color: Buddha Gold. HEX triplet: BD, A1 and 08. RGB value is (189,161,8). Sum of RGB (Red+Green+Blue) = 189+161+8=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA108 is #425EF7. Grayscale: #989898. Windows color (decimal): -4349688 or 565693. OLE color: 565693.
HSL color Cylindrical-coordinate representation of color #BDA108: hue angle of 50.72º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDA108 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.26 |
| HSL | 50.72º | 0.92% | 0.39% | - |
| HSV(B) | 50.72º | 0.96% | 0.74% | - |
| XYZ | 33.77 | 36.33 | 5.46 | - |
| YUV | 151.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 8 | 0 | 0.15 | 0.96 | 0.26 | 50.72 | 0.92 | 0.39 |
| Hex | BD | A1 | 8 | 0 | F | 60 | 1A | 33 | 5C | 27 |
| Octal | 275 | 241 | 10 | 0 | 17 | 140 | 32 | 63 | 134 | 47 |
| Binary | 10111101 | 10100001 | 1000 | 0 | 1111 | 1100000 | 11010 | 110011 | 1011100 | 100111 |
Color Harmonies of #BDA108
Complementary color
Monochromatic Colors of #BDA108
Black with #BDA108
Text Example
Text Example
White with #BDA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA108; }
p { color: rgb(189,161,8); }
H1.HeaderClassName
{
color: #BDA108;
}
.AnyTagClassName
{
color: #BDA108;
}
</style>
background-color css
<style>
a { background-color: #BDA108; }
a { background-color: rgb(189,161,8); }
div.DivClassName
{
background-color: #BDA108;
}
.BgClassName
{
background-color: #BDA108;
}
</style>
border-color css
<style>
span { border-color: #BDA108; }
span { border-color: rgb(189,161,8); }
td.TdClassName
{
border-color: #BDA108;
}
.TagClassName
{
border-color: #BDA108;
}
</style>