Shades of Buddha Gold #BAA50D
Tints of Buddha Gold #BAA50D
RGB
CMYK
RGB Variations
Color information
#BAA50D (or 0xBAA50D) is known color: Buddha Gold. HEX triplet: BA, A5 and 0D. RGB value is (186,165,13). Sum of RGB (Red+Green+Blue) = 186+165+13=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 165 (64.84% from 255 or 45.33% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA50D is #455AF2. Grayscale: #9A9A9A. Windows color (decimal): -4545267 or 894394. OLE color: 894394.
HSL color Cylindrical-coordinate representation of color #BAA50D: hue angle of 52.72º 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 #BAA50D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 165 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.27 |
| HSL | 52.72º | 0.87% | 0.39% | - |
| HSV(B) | 52.72º | 0.93% | 0.73% | - |
| XYZ | 33.78 | 37.38 | 5.82 | - |
| YUV | 153.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 165 | 13 | 0 | 0.11 | 0.93 | 0.27 | 52.72 | 0.87 | 0.39 |
| Hex | BA | A5 | D | 0 | B | 5D | 1B | 35 | 57 | 27 |
| Octal | 272 | 245 | 15 | 0 | 13 | 135 | 33 | 65 | 127 | 47 |
| Binary | 10111010 | 10100101 | 1101 | 0 | 1011 | 1011101 | 11011 | 110101 | 1010111 | 100111 |
Color Harmonies of #BAA50D
Complementary color
Monochromatic Colors of #BAA50D
Black with #BAA50D
Text Example
Text Example
White with #BAA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA50D; }
p { color: rgb(186,165,13); }
H1.HeaderClassName
{
color: #BAA50D;
}
.AnyTagClassName
{
color: #BAA50D;
}
</style>
background-color css
<style>
a { background-color: #BAA50D; }
a { background-color: rgb(186,165,13); }
div.DivClassName
{
background-color: #BAA50D;
}
.BgClassName
{
background-color: #BAA50D;
}
</style>
border-color css
<style>
span { border-color: #BAA50D; }
span { border-color: rgb(186,165,13); }
td.TdClassName
{
border-color: #BAA50D;
}
.TagClassName
{
border-color: #BAA50D;
}
</style>