Shades of Buddha Gold #BA9A0D
Tints of Buddha Gold #BA9A0D
RGB
CMYK
RGB Variations
Color information
#BA9A0D (or 0xBA9A0D) is known color: Buddha Gold. HEX triplet: BA, 9A and 0D. RGB value is (186,154,13). Sum of RGB (Red+Green+Blue) = 186+154+13=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A0D is #4565F2. Grayscale: #949494. Windows color (decimal): -4548083 or 891578. OLE color: 891578.
HSL color Cylindrical-coordinate representation of color #BA9A0D: hue angle of 48.9º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA9A0D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.27 |
| HSL | 48.9º | 0.87% | 0.39% | - |
| HSV(B) | 48.9º | 0.93% | 0.73% | - |
| XYZ | 31.88 | 33.58 | 5.18 | - |
| YUV | 147.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 13 | 0 | 0.17 | 0.93 | 0.27 | 48.9 | 0.87 | 0.39 |
| Hex | BA | 9A | D | 0 | 11 | 5D | 1B | 31 | 57 | 27 |
| Octal | 272 | 232 | 15 | 0 | 21 | 135 | 33 | 61 | 127 | 47 |
| Binary | 10111010 | 10011010 | 1101 | 0 | 10001 | 1011101 | 11011 | 110001 | 1010111 | 100111 |
Color Harmonies of #BA9A0D
Complementary color
Monochromatic Colors of #BA9A0D
Black with #BA9A0D
Text Example
Text Example
White with #BA9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A0D; }
p { color: rgb(186,154,13); }
H1.HeaderClassName
{
color: #BA9A0D;
}
.AnyTagClassName
{
color: #BA9A0D;
}
</style>
background-color css
<style>
a { background-color: #BA9A0D; }
a { background-color: rgb(186,154,13); }
div.DivClassName
{
background-color: #BA9A0D;
}
.BgClassName
{
background-color: #BA9A0D;
}
</style>
border-color css
<style>
span { border-color: #BA9A0D; }
span { border-color: rgb(186,154,13); }
td.TdClassName
{
border-color: #BA9A0D;
}
.TagClassName
{
border-color: #BA9A0D;
}
</style>