Shades of Buddha Gold #BAA10D
Tints of Buddha Gold #BAA10D
RGB
CMYK
RGB Variations
Color information
#BAA10D (or 0xBAA10D) is known color: Buddha Gold. HEX triplet: BA, A1 and 0D. RGB value is (186,161,13). Sum of RGB (Red+Green+Blue) = 186+161+13=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA10D is #455EF2. Grayscale: #989898. Windows color (decimal): -4546291 or 893370. OLE color: 893370.
HSL color Cylindrical-coordinate representation of color #BAA10D: hue angle of 51.33º 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 #BAA10D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 161 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.27 |
| HSL | 51.33º | 0.87% | 0.39% | - |
| HSV(B) | 51.33º | 0.93% | 0.73% | - |
| XYZ | 33.07 | 35.96 | 5.58 | - |
| YUV | 151.6 | 49.78 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 161 | 13 | 0 | 0.13 | 0.93 | 0.27 | 51.33 | 0.87 | 0.39 |
| Hex | BA | A1 | D | 0 | D | 5D | 1B | 33 | 57 | 27 |
| Octal | 272 | 241 | 15 | 0 | 15 | 135 | 33 | 63 | 127 | 47 |
| Binary | 10111010 | 10100001 | 1101 | 0 | 1101 | 1011101 | 11011 | 110011 | 1010111 | 100111 |
Color Harmonies of #BAA10D
Complementary color
Monochromatic Colors of #BAA10D
Black with #BAA10D
Text Example
Text Example
White with #BAA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA10D; }
p { color: rgb(186,161,13); }
H1.HeaderClassName
{
color: #BAA10D;
}
.AnyTagClassName
{
color: #BAA10D;
}
</style>
background-color css
<style>
a { background-color: #BAA10D; }
a { background-color: rgb(186,161,13); }
div.DivClassName
{
background-color: #BAA10D;
}
.BgClassName
{
background-color: #BAA10D;
}
</style>
border-color css
<style>
span { border-color: #BAA10D; }
span { border-color: rgb(186,161,13); }
td.TdClassName
{
border-color: #BAA10D;
}
.TagClassName
{
border-color: #BAA10D;
}
</style>