Shades of Buddha Gold #BA9E02
Tints of Buddha Gold #BA9E02
RGB
CMYK
RGB Variations
Color information
#BA9E02 (or 0xBA9E02) is known color: Buddha Gold. HEX triplet: BA, 9E and 02. RGB value is (186,158,2). Sum of RGB (Red+Green+Blue) = 186+158+2=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E02 is #4561FD. Grayscale: #959595. Windows color (decimal): -4547070 or 171706. OLE color: 171706.
HSL color Cylindrical-coordinate representation of color #BA9E02: hue angle of 50.87º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA9E02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.27 |
| HSL | 50.87º | 0.98% | 0.37% | - |
| HSV(B) | 50.87º | 0.99% | 0.73% | - |
| XYZ | 32.49 | 34.9 | 5.08 | - |
| YUV | 148.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 2 | 0 | 0.15 | 0.99 | 0.27 | 50.87 | 0.98 | 0.37 |
| Hex | BA | 9E | 2 | 0 | F | 63 | 1B | 33 | 62 | 25 |
| Octal | 272 | 236 | 2 | 0 | 17 | 143 | 33 | 63 | 142 | 45 |
| Binary | 10111010 | 10011110 | 10 | 0 | 1111 | 1100011 | 11011 | 110011 | 1100010 | 100101 |
Color Harmonies of #BA9E02
Complementary color
Monochromatic Colors of #BA9E02
Black with #BA9E02
Text Example
Text Example
White with #BA9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E02; }
p { color: rgb(186,158,2); }
H1.HeaderClassName
{
color: #BA9E02;
}
.AnyTagClassName
{
color: #BA9E02;
}
</style>
background-color css
<style>
a { background-color: #BA9E02; }
a { background-color: rgb(186,158,2); }
div.DivClassName
{
background-color: #BA9E02;
}
.BgClassName
{
background-color: #BA9E02;
}
</style>
border-color css
<style>
span { border-color: #BA9E02; }
span { border-color: rgb(186,158,2); }
td.TdClassName
{
border-color: #BA9E02;
}
.TagClassName
{
border-color: #BA9E02;
}
</style>