Shades of Buddha Gold #BDA001
Tints of Buddha Gold #BDA001
RGB
CMYK
RGB Variations
Color information
#BDA001 (or 0xBDA001) is known color: Buddha Gold. HEX triplet: BD, A0 and 01. RGB value is (189,160,1). Sum of RGB (Red+Green+Blue) = 189+160+1=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA001 is #425FFE. Grayscale: #979797. Windows color (decimal): -4349951 or 106685. OLE color: 106685.
HSL color Cylindrical-coordinate representation of color #BDA001: hue angle of 50.74º 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 #BDA001 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.26 |
| HSL | 50.74º | 0.99% | 0.37% | - |
| HSV(B) | 50.74º | 0.99% | 0.74% | - |
| XYZ | 33.56 | 35.96 | 5.2 | - |
| YUV | 150.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 1 | 0 | 0.15 | 0.99 | 0.26 | 50.74 | 0.99 | 0.37 |
| Hex | BD | A0 | 1 | 0 | F | 63 | 1A | 33 | 63 | 25 |
| Octal | 275 | 240 | 1 | 0 | 17 | 143 | 32 | 63 | 143 | 45 |
| Binary | 10111101 | 10100000 | 1 | 0 | 1111 | 1100011 | 11010 | 110011 | 1100011 | 100101 |
Color Harmonies of #BDA001
Complementary color
Monochromatic Colors of #BDA001
Black with #BDA001
Text Example
Text Example
White with #BDA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA001; }
p { color: rgb(189,160,1); }
H1.HeaderClassName
{
color: #BDA001;
}
.AnyTagClassName
{
color: #BDA001;
}
</style>
background-color css
<style>
a { background-color: #BDA001; }
a { background-color: rgb(189,160,1); }
div.DivClassName
{
background-color: #BDA001;
}
.BgClassName
{
background-color: #BDA001;
}
</style>
border-color css
<style>
span { border-color: #BDA001; }
span { border-color: rgb(189,160,1); }
td.TdClassName
{
border-color: #BDA001;
}
.TagClassName
{
border-color: #BDA001;
}
</style>