Shades of Buddha Gold #BDA208
Tints of Buddha Gold #BDA208
RGB
CMYK
RGB Variations
Color information
#BDA208 (or 0xBDA208) is known color: Buddha Gold. HEX triplet: BD, A2 and 08. RGB value is (189,162,8). Sum of RGB (Red+Green+Blue) = 189+162+8=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA208 is #425DF7. Grayscale: #999999. Windows color (decimal): -4349432 or 565949. OLE color: 565949.
HSL color Cylindrical-coordinate representation of color #BDA208: hue angle of 51.05º 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 #BDA208 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 8 | - |
| CMYK | 0 | 0.14 | 0.96 | 0.26 |
| HSL | 51.05º | 0.92% | 0.39% | - |
| HSV(B) | 51.05º | 0.96% | 0.74% | - |
| XYZ | 33.95 | 36.68 | 5.52 | - |
| YUV | 152.52 | 46.45 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 8 | 0 | 0.14 | 0.96 | 0.26 | 51.05 | 0.92 | 0.39 |
| Hex | BD | A2 | 8 | 0 | E | 60 | 1A | 33 | 5C | 27 |
| Octal | 275 | 242 | 10 | 0 | 16 | 140 | 32 | 63 | 134 | 47 |
| Binary | 10111101 | 10100010 | 1000 | 0 | 1110 | 1100000 | 11010 | 110011 | 1011100 | 100111 |
Color Harmonies of #BDA208
Complementary color
Monochromatic Colors of #BDA208
Black with #BDA208
Text Example
Text Example
White with #BDA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA208; }
p { color: rgb(189,162,8); }
H1.HeaderClassName
{
color: #BDA208;
}
.AnyTagClassName
{
color: #BDA208;
}
</style>
background-color css
<style>
a { background-color: #BDA208; }
a { background-color: rgb(189,162,8); }
div.DivClassName
{
background-color: #BDA208;
}
.BgClassName
{
background-color: #BDA208;
}
</style>
border-color css
<style>
span { border-color: #BDA208; }
span { border-color: rgb(189,162,8); }
td.TdClassName
{
border-color: #BDA208;
}
.TagClassName
{
border-color: #BDA208;
}
</style>