Shades of Buddha Gold #BDA201
Tints of Buddha Gold #BDA201
RGB
CMYK
RGB Variations
Color information
#BDA201 (or 0xBDA201) is known color: Buddha Gold. HEX triplet: BD, A2 and 01. RGB value is (189,162,1). Sum of RGB (Red+Green+Blue) = 189+162+1=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA201 is #425DFE. Grayscale: #989898. Windows color (decimal): -4349439 or 107197. OLE color: 107197.
HSL color Cylindrical-coordinate representation of color #BDA201: hue angle of 51.38º degrees, saturation: 0.99, 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 #BDA201 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.26 |
| HSL | 51.38º | 0.99% | 0.37% | - |
| HSV(B) | 51.38º | 0.99% | 0.74% | - |
| XYZ | 33.91 | 36.66 | 5.32 | - |
| YUV | 151.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 1 | 0 | 0.14 | 0.99 | 0.26 | 51.38 | 0.99 | 0.37 |
| Hex | BD | A2 | 1 | 0 | E | 63 | 1A | 33 | 63 | 25 |
| Octal | 275 | 242 | 1 | 0 | 16 | 143 | 32 | 63 | 143 | 45 |
| Binary | 10111101 | 10100010 | 1 | 0 | 1110 | 1100011 | 11010 | 110011 | 1100011 | 100101 |
Color Harmonies of #BDA201
Complementary color
Monochromatic Colors of #BDA201
Black with #BDA201
Text Example
Text Example
White with #BDA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA201; }
p { color: rgb(189,162,1); }
H1.HeaderClassName
{
color: #BDA201;
}
.AnyTagClassName
{
color: #BDA201;
}
</style>
background-color css
<style>
a { background-color: #BDA201; }
a { background-color: rgb(189,162,1); }
div.DivClassName
{
background-color: #BDA201;
}
.BgClassName
{
background-color: #BDA201;
}
</style>
border-color css
<style>
span { border-color: #BDA201; }
span { border-color: rgb(189,162,1); }
td.TdClassName
{
border-color: #BDA201;
}
.TagClassName
{
border-color: #BDA201;
}
</style>