Shades of Buddha Gold #BDA008
Tints of Buddha Gold #BDA008
RGB
CMYK
RGB Variations
Color information
#BDA008 (or 0xBDA008) is known color: Buddha Gold. HEX triplet: BD, A0 and 08. RGB value is (189,160,8). Sum of RGB (Red+Green+Blue) = 189+160+8=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA008 is #425FF7. Grayscale: #979797. Windows color (decimal): -4349944 or 565437. OLE color: 565437.
HSL color Cylindrical-coordinate representation of color #BDA008: hue angle of 50.39º 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 #BDA008 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.26 |
| HSL | 50.39º | 0.92% | 0.39% | - |
| HSV(B) | 50.39º | 0.96% | 0.74% | - |
| XYZ | 33.6 | 35.98 | 5.4 | - |
| YUV | 151.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 8 | 0 | 0.15 | 0.96 | 0.26 | 50.39 | 0.92 | 0.39 |
| Hex | BD | A0 | 8 | 0 | F | 60 | 1A | 32 | 5C | 27 |
| Octal | 275 | 240 | 10 | 0 | 17 | 140 | 32 | 62 | 134 | 47 |
| Binary | 10111101 | 10100000 | 1000 | 0 | 1111 | 1100000 | 11010 | 110010 | 1011100 | 100111 |
Color Harmonies of #BDA008
Complementary color
Monochromatic Colors of #BDA008
Black with #BDA008
Text Example
Text Example
White with #BDA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA008; }
p { color: rgb(189,160,8); }
H1.HeaderClassName
{
color: #BDA008;
}
.AnyTagClassName
{
color: #BDA008;
}
</style>
background-color css
<style>
a { background-color: #BDA008; }
a { background-color: rgb(189,160,8); }
div.DivClassName
{
background-color: #BDA008;
}
.BgClassName
{
background-color: #BDA008;
}
</style>
border-color css
<style>
span { border-color: #BDA008; }
span { border-color: rgb(189,160,8); }
td.TdClassName
{
border-color: #BDA008;
}
.TagClassName
{
border-color: #BDA008;
}
</style>