Shades of Buddha Gold #BDA01C
Tints of Buddha Gold #BDA01C
RGB
CMYK
RGB Variations
Color information
#BDA01C (or 0xBDA01C) is known color: Buddha Gold. HEX triplet: BD, A0 and 1C. RGB value is (189,160,28). Sum of RGB (Red+Green+Blue) = 189+160+28=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA01C is #425FE3. Grayscale: #9A9A9A. Windows color (decimal): -4349924 or 1876157. OLE color: 1876157.
HSL color Cylindrical-coordinate representation of color #BDA01C: hue angle of 49.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA01C is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 28 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.26 |
| HSL | 49.19º | 0.74% | 0.43% | - |
| HSV(B) | 49.19º | 0.85% | 0.74% | - |
| XYZ | 33.77 | 36.04 | 6.28 | - |
| YUV | 153.62 | 57.11 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 28 | 0 | 0.15 | 0.85 | 0.26 | 49.19 | 0.74 | 0.43 |
| Hex | BD | A0 | 1C | 0 | F | 55 | 1A | 31 | 4A | 2B |
| Octal | 275 | 240 | 34 | 0 | 17 | 125 | 32 | 61 | 112 | 53 |
| Binary | 10111101 | 10100000 | 11100 | 0 | 1111 | 1010101 | 11010 | 110001 | 1001010 | 101011 |
Color Harmonies of #BDA01C
Complementary color
Monochromatic Colors of #BDA01C
Black with #BDA01C
Text Example
Text Example
White with #BDA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA01C; }
p { color: rgb(189,160,28); }
H1.HeaderClassName
{
color: #BDA01C;
}
.AnyTagClassName
{
color: #BDA01C;
}
</style>
background-color css
<style>
a { background-color: #BDA01C; }
a { background-color: rgb(189,160,28); }
div.DivClassName
{
background-color: #BDA01C;
}
.BgClassName
{
background-color: #BDA01C;
}
</style>
border-color css
<style>
span { border-color: #BDA01C; }
span { border-color: rgb(189,160,28); }
td.TdClassName
{
border-color: #BDA01C;
}
.TagClassName
{
border-color: #BDA01C;
}
</style>