Shades of Buddha Gold #BDA00D
Tints of Buddha Gold #BDA00D
RGB
CMYK
RGB Variations
Color information
#BDA00D (or 0xBDA00D) is known color: Buddha Gold. HEX triplet: BD, A0 and 0D. RGB value is (189,160,13). Sum of RGB (Red+Green+Blue) = 189+160+13=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00D is #425FF2. Grayscale: #989898. Windows color (decimal): -4349939 or 893117. OLE color: 893117.
HSL color Cylindrical-coordinate representation of color #BDA00D: hue angle of 50.11º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDA00D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 13 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.26 |
| HSL | 50.11º | 0.87% | 0.4% | - |
| HSV(B) | 50.11º | 0.93% | 0.74% | - |
| XYZ | 33.63 | 35.99 | 5.55 | - |
| YUV | 151.91 | 49.61 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 13 | 0 | 0.15 | 0.93 | 0.26 | 50.11 | 0.87 | 0.4 |
| Hex | BD | A0 | D | 0 | F | 5D | 1A | 32 | 57 | 28 |
| Octal | 275 | 240 | 15 | 0 | 17 | 135 | 32 | 62 | 127 | 50 |
| Binary | 10111101 | 10100000 | 1101 | 0 | 1111 | 1011101 | 11010 | 110010 | 1010111 | 101000 |
Color Harmonies of #BDA00D
Complementary color
Monochromatic Colors of #BDA00D
Black with #BDA00D
Text Example
Text Example
White with #BDA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA00D; }
p { color: rgb(189,160,13); }
H1.HeaderClassName
{
color: #BDA00D;
}
.AnyTagClassName
{
color: #BDA00D;
}
</style>
background-color css
<style>
a { background-color: #BDA00D; }
a { background-color: rgb(189,160,13); }
div.DivClassName
{
background-color: #BDA00D;
}
.BgClassName
{
background-color: #BDA00D;
}
</style>
border-color css
<style>
span { border-color: #BDA00D; }
span { border-color: rgb(189,160,13); }
td.TdClassName
{
border-color: #BDA00D;
}
.TagClassName
{
border-color: #BDA00D;
}
</style>