Shades of Buddha Gold #BA9E03
Tints of Buddha Gold #BA9E03
RGB
CMYK
RGB Variations
Color information
#BA9E03 (or 0xBA9E03) is known color: Buddha Gold. HEX triplet: BA, 9E and 03. RGB value is (186,158,3). Sum of RGB (Red+Green+Blue) = 186+158+3=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E03 is #4561FC. Grayscale: #959595. Windows color (decimal): -4547069 or 237242. OLE color: 237242.
HSL color Cylindrical-coordinate representation of color #BA9E03: hue angle of 50.82º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9E03 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.27 |
| HSL | 50.82º | 0.97% | 0.37% | - |
| HSV(B) | 50.82º | 0.98% | 0.73% | - |
| XYZ | 32.49 | 34.9 | 5.11 | - |
| YUV | 148.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 3 | 0 | 0.15 | 0.98 | 0.27 | 50.82 | 0.97 | 0.37 |
| Hex | BA | 9E | 3 | 0 | F | 62 | 1B | 33 | 61 | 25 |
| Octal | 272 | 236 | 3 | 0 | 17 | 142 | 33 | 63 | 141 | 45 |
| Binary | 10111010 | 10011110 | 11 | 0 | 1111 | 1100010 | 11011 | 110011 | 1100001 | 100101 |
Color Harmonies of #BA9E03
Complementary color
Monochromatic Colors of #BA9E03
Black with #BA9E03
Text Example
Text Example
White with #BA9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E03; }
p { color: rgb(186,158,3); }
H1.HeaderClassName
{
color: #BA9E03;
}
.AnyTagClassName
{
color: #BA9E03;
}
</style>
background-color css
<style>
a { background-color: #BA9E03; }
a { background-color: rgb(186,158,3); }
div.DivClassName
{
background-color: #BA9E03;
}
.BgClassName
{
background-color: #BA9E03;
}
</style>
border-color css
<style>
span { border-color: #BA9E03; }
span { border-color: rgb(186,158,3); }
td.TdClassName
{
border-color: #BA9E03;
}
.TagClassName
{
border-color: #BA9E03;
}
</style>