Shades of Buddha Gold #BDA202
Tints of Buddha Gold #BDA202
RGB
CMYK
RGB Variations
Color information
#BDA202 (or 0xBDA202) is known color: Buddha Gold. HEX triplet: BD, A2 and 02. RGB value is (189,162,2). Sum of RGB (Red+Green+Blue) = 189+162+2=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA202 is #425DFD. Grayscale: #989898. Windows color (decimal): -4349438 or 172733. OLE color: 172733.
HSL color Cylindrical-coordinate representation of color #BDA202: hue angle of 51.34º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDA202 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.26 |
| HSL | 51.34º | 0.98% | 0.37% | - |
| HSV(B) | 51.34º | 0.99% | 0.74% | - |
| XYZ | 33.92 | 36.66 | 5.35 | - |
| YUV | 151.83 | 43.45 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 2 | 0 | 0.14 | 0.99 | 0.26 | 51.34 | 0.98 | 0.37 |
| Hex | BD | A2 | 2 | 0 | E | 63 | 1A | 33 | 62 | 25 |
| Octal | 275 | 242 | 2 | 0 | 16 | 143 | 32 | 63 | 142 | 45 |
| Binary | 10111101 | 10100010 | 10 | 0 | 1110 | 1100011 | 11010 | 110011 | 1100010 | 100101 |
Color Harmonies of #BDA202
Complementary color
Monochromatic Colors of #BDA202
Black with #BDA202
Text Example
Text Example
White with #BDA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA202; }
p { color: rgb(189,162,2); }
H1.HeaderClassName
{
color: #BDA202;
}
.AnyTagClassName
{
color: #BDA202;
}
</style>
background-color css
<style>
a { background-color: #BDA202; }
a { background-color: rgb(189,162,2); }
div.DivClassName
{
background-color: #BDA202;
}
.BgClassName
{
background-color: #BDA202;
}
</style>
border-color css
<style>
span { border-color: #BDA202; }
span { border-color: rgb(189,162,2); }
td.TdClassName
{
border-color: #BDA202;
}
.TagClassName
{
border-color: #BDA202;
}
</style>