Shades of Buddha Gold #BA9B0D
Tints of Buddha Gold #BA9B0D
RGB
CMYK
RGB Variations
Color information
#BA9B0D (or 0xBA9B0D) is known color: Buddha Gold. HEX triplet: BA, 9B and 0D. RGB value is (186,155,13). Sum of RGB (Red+Green+Blue) = 186+155+13=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B0D is #4564F2. Grayscale: #949494. Windows color (decimal): -4547827 or 891834. OLE color: 891834.
HSL color Cylindrical-coordinate representation of color #BA9B0D: hue angle of 49.25º 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 #BA9B0D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.27 |
| HSL | 49.25º | 0.87% | 0.39% | - |
| HSV(B) | 49.25º | 0.93% | 0.73% | - |
| XYZ | 32.04 | 33.91 | 5.24 | - |
| YUV | 148.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 13 | 0 | 0.17 | 0.93 | 0.27 | 49.25 | 0.87 | 0.39 |
| Hex | BA | 9B | D | 0 | 11 | 5D | 1B | 31 | 57 | 27 |
| Octal | 272 | 233 | 15 | 0 | 21 | 135 | 33 | 61 | 127 | 47 |
| Binary | 10111010 | 10011011 | 1101 | 0 | 10001 | 1011101 | 11011 | 110001 | 1010111 | 100111 |
Color Harmonies of #BA9B0D
Complementary color
Monochromatic Colors of #BA9B0D
Black with #BA9B0D
Text Example
Text Example
White with #BA9B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B0D; }
p { color: rgb(186,155,13); }
H1.HeaderClassName
{
color: #BA9B0D;
}
.AnyTagClassName
{
color: #BA9B0D;
}
</style>
background-color css
<style>
a { background-color: #BA9B0D; }
a { background-color: rgb(186,155,13); }
div.DivClassName
{
background-color: #BA9B0D;
}
.BgClassName
{
background-color: #BA9B0D;
}
</style>
border-color css
<style>
span { border-color: #BA9B0D; }
span { border-color: rgb(186,155,13); }
td.TdClassName
{
border-color: #BA9B0D;
}
.TagClassName
{
border-color: #BA9B0D;
}
</style>