Shades of Buddha Gold #BDA301
Tints of Buddha Gold #BDA301
RGB
CMYK
RGB Variations
Color information
#BDA301 (or 0xBDA301) is known color: Buddha Gold. HEX triplet: BD, A3 and 01. RGB value is (189,163,1). Sum of RGB (Red+Green+Blue) = 189+163+1=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA301 is #425CFE. Grayscale: #989898. Windows color (decimal): -4349183 or 107453. OLE color: 107453.
HSL color Cylindrical-coordinate representation of color #BDA301: hue angle of 51.7º 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 #BDA301 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.26 |
| HSL | 51.7º | 0.99% | 0.37% | - |
| HSV(B) | 51.7º | 0.99% | 0.74% | - |
| XYZ | 34.09 | 37.02 | 5.38 | - |
| YUV | 152.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 1 | 0 | 0.14 | 0.99 | 0.26 | 51.7 | 0.99 | 0.37 |
| Hex | BD | A3 | 1 | 0 | E | 63 | 1A | 34 | 63 | 25 |
| Octal | 275 | 243 | 1 | 0 | 16 | 143 | 32 | 64 | 143 | 45 |
| Binary | 10111101 | 10100011 | 1 | 0 | 1110 | 1100011 | 11010 | 110100 | 1100011 | 100101 |
Color Harmonies of #BDA301
Complementary color
Monochromatic Colors of #BDA301
Black with #BDA301
Text Example
Text Example
White with #BDA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA301; }
p { color: rgb(189,163,1); }
H1.HeaderClassName
{
color: #BDA301;
}
.AnyTagClassName
{
color: #BDA301;
}
</style>
background-color css
<style>
a { background-color: #BDA301; }
a { background-color: rgb(189,163,1); }
div.DivClassName
{
background-color: #BDA301;
}
.BgClassName
{
background-color: #BDA301;
}
</style>
border-color css
<style>
span { border-color: #BDA301; }
span { border-color: rgb(189,163,1); }
td.TdClassName
{
border-color: #BDA301;
}
.TagClassName
{
border-color: #BDA301;
}
</style>