Shades of Buddha Gold #BDA101
Tints of Buddha Gold #BDA101
RGB
CMYK
RGB Variations
Color information
#BDA101 (or 0xBDA101) is known color: Buddha Gold. HEX triplet: BD, A1 and 01. RGB value is (189,161,1). Sum of RGB (Red+Green+Blue) = 189+161+1=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA101 is #425EFE. Grayscale: #979797. Windows color (decimal): -4349695 or 106941. OLE color: 106941.
HSL color Cylindrical-coordinate representation of color #BDA101: hue angle of 51.06º 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 #BDA101 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.26 |
| HSL | 51.06º | 0.99% | 0.37% | - |
| HSV(B) | 51.06º | 0.99% | 0.74% | - |
| XYZ | 33.74 | 36.31 | 5.26 | - |
| YUV | 151.13 | 43.28 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 1 | 0 | 0.15 | 0.99 | 0.26 | 51.06 | 0.99 | 0.37 |
| Hex | BD | A1 | 1 | 0 | F | 63 | 1A | 33 | 63 | 25 |
| Octal | 275 | 241 | 1 | 0 | 17 | 143 | 32 | 63 | 143 | 45 |
| Binary | 10111101 | 10100001 | 1 | 0 | 1111 | 1100011 | 11010 | 110011 | 1100011 | 100101 |
Color Harmonies of #BDA101
Complementary color
Monochromatic Colors of #BDA101
Black with #BDA101
Text Example
Text Example
White with #BDA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA101; }
p { color: rgb(189,161,1); }
H1.HeaderClassName
{
color: #BDA101;
}
.AnyTagClassName
{
color: #BDA101;
}
</style>
background-color css
<style>
a { background-color: #BDA101; }
a { background-color: rgb(189,161,1); }
div.DivClassName
{
background-color: #BDA101;
}
.BgClassName
{
background-color: #BDA101;
}
</style>
border-color css
<style>
span { border-color: #BDA101; }
span { border-color: rgb(189,161,1); }
td.TdClassName
{
border-color: #BDA101;
}
.TagClassName
{
border-color: #BDA101;
}
</style>