Shades of Buddha Gold #BD9C01
Tints of Buddha Gold #BD9C01
RGB
CMYK
RGB Variations
Color information
#BD9C01 (or 0xBD9C01) is known color: Buddha Gold. HEX triplet: BD, 9C and 01. RGB value is (189,156,1). Sum of RGB (Red+Green+Blue) = 189+156+1=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9C01 is #4263FE. Grayscale: #949494. Windows color (decimal): -4350975 or 105661. OLE color: 105661.
HSL color Cylindrical-coordinate representation of color #BD9C01: hue angle of 49.47º 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 #BD9C01 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 156 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.26 |
| HSL | 49.47º | 0.99% | 0.37% | - |
| HSV(B) | 49.47º | 0.99% | 0.74% | - |
| XYZ | 32.88 | 34.6 | 4.97 | - |
| YUV | 148.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 1 | 0 | 0.17 | 0.99 | 0.26 | 49.47 | 0.99 | 0.37 |
| Hex | BD | 9C | 1 | 0 | 11 | 63 | 1A | 31 | 63 | 25 |
| Octal | 275 | 234 | 1 | 0 | 21 | 143 | 32 | 61 | 143 | 45 |
| Binary | 10111101 | 10011100 | 1 | 0 | 10001 | 1100011 | 11010 | 110001 | 1100011 | 100101 |
Color Harmonies of #BD9C01
Complementary color
Monochromatic Colors of #BD9C01
Black with #BD9C01
Text Example
Text Example
White with #BD9C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9C01; }
p { color: rgb(189,156,1); }
H1.HeaderClassName
{
color: #BD9C01;
}
.AnyTagClassName
{
color: #BD9C01;
}
</style>
background-color css
<style>
a { background-color: #BD9C01; }
a { background-color: rgb(189,156,1); }
div.DivClassName
{
background-color: #BD9C01;
}
.BgClassName
{
background-color: #BD9C01;
}
</style>
border-color css
<style>
span { border-color: #BD9C01; }
span { border-color: rgb(189,156,1); }
td.TdClassName
{
border-color: #BD9C01;
}
.TagClassName
{
border-color: #BD9C01;
}
</style>