Shades of Buddha Gold #BDA80D
Tints of Buddha Gold #BDA80D
RGB
CMYK
RGB Variations
Color information
#BDA80D (or 0xBDA80D) is known color: Buddha Gold. HEX triplet: BD, A8 and 0D. RGB value is (189,168,13). Sum of RGB (Red+Green+Blue) = 189+168+13=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA80D is #4257F2. Grayscale: #9D9D9D. Windows color (decimal): -4347891 or 895165. OLE color: 895165.
HSL color Cylindrical-coordinate representation of color #BDA80D: hue angle of 52.84º 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 #BDA80D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.26 |
| HSL | 52.84º | 0.87% | 0.4% | - |
| HSV(B) | 52.84º | 0.93% | 0.74% | - |
| XYZ | 35.06 | 38.85 | 6.03 | - |
| YUV | 156.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 13 | 0 | 0.11 | 0.93 | 0.26 | 52.84 | 0.87 | 0.4 |
| Hex | BD | A8 | D | 0 | B | 5D | 1A | 35 | 57 | 28 |
| Octal | 275 | 250 | 15 | 0 | 13 | 135 | 32 | 65 | 127 | 50 |
| Binary | 10111101 | 10101000 | 1101 | 0 | 1011 | 1011101 | 11010 | 110101 | 1010111 | 101000 |
Color Harmonies of #BDA80D
Complementary color
Monochromatic Colors of #BDA80D
Black with #BDA80D
Text Example
Text Example
White with #BDA80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA80D; }
p { color: rgb(189,168,13); }
H1.HeaderClassName
{
color: #BDA80D;
}
.AnyTagClassName
{
color: #BDA80D;
}
</style>
background-color css
<style>
a { background-color: #BDA80D; }
a { background-color: rgb(189,168,13); }
div.DivClassName
{
background-color: #BDA80D;
}
.BgClassName
{
background-color: #BDA80D;
}
</style>
border-color css
<style>
span { border-color: #BDA80D; }
span { border-color: rgb(189,168,13); }
td.TdClassName
{
border-color: #BDA80D;
}
.TagClassName
{
border-color: #BDA80D;
}
</style>