Shades of Buddha Gold #BAA70D
Tints of Buddha Gold #BAA70D
RGB
CMYK
RGB Variations
Color information
#BAA70D (or 0xBAA70D) is known color: Buddha Gold. HEX triplet: BA, A7 and 0D. RGB value is (186,167,13). Sum of RGB (Red+Green+Blue) = 186+167+13=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA70D is #4558F2. Grayscale: #9B9B9B. Windows color (decimal): -4544755 or 894906. OLE color: 894906.
HSL color Cylindrical-coordinate representation of color #BAA70D: hue angle of 53.41º 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 #BAA70D is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 167 | 13 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.27 |
| HSL | 53.41º | 0.87% | 0.39% | - |
| HSV(B) | 53.41º | 0.93% | 0.73% | - |
| XYZ | 34.14 | 38.11 | 5.94 | - |
| YUV | 155.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 167 | 13 | 0 | 0.10 | 0.93 | 0.27 | 53.41 | 0.87 | 0.39 |
| Hex | BA | A7 | D | 0 | A | 5D | 1B | 35 | 57 | 27 |
| Octal | 272 | 247 | 15 | 0 | 12 | 135 | 33 | 65 | 127 | 47 |
| Binary | 10111010 | 10100111 | 1101 | 0 | 1010 | 1011101 | 11011 | 110101 | 1010111 | 100111 |
Color Harmonies of #BAA70D
Complementary color
Monochromatic Colors of #BAA70D
Black with #BAA70D
Text Example
Text Example
White with #BAA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA70D; }
p { color: rgb(186,167,13); }
H1.HeaderClassName
{
color: #BAA70D;
}
.AnyTagClassName
{
color: #BAA70D;
}
</style>
background-color css
<style>
a { background-color: #BAA70D; }
a { background-color: rgb(186,167,13); }
div.DivClassName
{
background-color: #BAA70D;
}
.BgClassName
{
background-color: #BAA70D;
}
</style>
border-color css
<style>
span { border-color: #BAA70D; }
span { border-color: rgb(186,167,13); }
td.TdClassName
{
border-color: #BAA70D;
}
.TagClassName
{
border-color: #BAA70D;
}
</style>