Shades of Buddha Gold #BA9B07
Tints of Buddha Gold #BA9B07
RGB
CMYK
RGB Variations
Color information
#BA9B07 (or 0xBA9B07) is known color: Buddha Gold. HEX triplet: BA, 9B and 07. RGB value is (186,155,7). Sum of RGB (Red+Green+Blue) = 186+155+7=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B07 is #4564F8. Grayscale: #949494. Windows color (decimal): -4547833 or 498618. OLE color: 498618.
HSL color Cylindrical-coordinate representation of color #BA9B07: hue angle of 49.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA9B07 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 155 | 7 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.27 |
| HSL | 49.61º | 0.93% | 0.38% | - |
| HSV(B) | 49.61º | 0.96% | 0.73% | - |
| XYZ | 32.01 | 33.9 | 5.06 | - |
| YUV | 147.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 155 | 7 | 0 | 0.17 | 0.96 | 0.27 | 49.61 | 0.93 | 0.38 |
| Hex | BA | 9B | 7 | 0 | 11 | 60 | 1B | 32 | 5D | 26 |
| Octal | 272 | 233 | 7 | 0 | 21 | 140 | 33 | 62 | 135 | 46 |
| Binary | 10111010 | 10011011 | 111 | 0 | 10001 | 1100000 | 11011 | 110010 | 1011101 | 100110 |
Color Harmonies of #BA9B07
Complementary color
Monochromatic Colors of #BA9B07
Black with #BA9B07
Text Example
Text Example
White with #BA9B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9B07; }
p { color: rgb(186,155,7); }
H1.HeaderClassName
{
color: #BA9B07;
}
.AnyTagClassName
{
color: #BA9B07;
}
</style>
background-color css
<style>
a { background-color: #BA9B07; }
a { background-color: rgb(186,155,7); }
div.DivClassName
{
background-color: #BA9B07;
}
.BgClassName
{
background-color: #BA9B07;
}
</style>
border-color css
<style>
span { border-color: #BA9B07; }
span { border-color: rgb(186,155,7); }
td.TdClassName
{
border-color: #BA9B07;
}
.TagClassName
{
border-color: #BA9B07;
}
</style>